callnz bool - ps

0이 아닌 경우 호출합니다. 레이블 인덱스로 표시된 명령에 대한 조건부 호출을 수행합니다.

Syntax

callnz l#, [!]b#

 

여기서

설명

픽셀 셰이더 버전 1_1 1_2 1_3 1_4 2_0 2_x 2_sw 3_0 3_sw
callnz bool x x x x

 

이 명령은 다음을 수행합니다.

if (specified Boolean register is not zero)
{
    Push address of the next instruction to the return address stack
    Continue execution from the instruction marked by the label
}

픽셀 셰이더 명령