?/TD> |
Microsoft DirectX 9.0 |
Call if not zero. Performs a conditional call to the instruction marked by the label index.
callnz label, booleanRegister |
---|
where:
Pixel shader versions | 1_1 | 1_2 | 1_3 | 1_4 | 2_0 | 2_x | 2_sw | 3_0 | 3_sw |
---|---|---|---|---|---|---|---|---|---|
callnz | x | x | x | x |
This instruction does the following:
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. }
Minimum operating system | Windows 98 |
---|