callnz bool - vs
Microsoft DirectX 9.0 SDK Update (October 2004)

callnz bool - vs


Call if not zero. Performs a conditional call to the instruction marked by the label index.

Syntax

callnz l#, [!]b#

where:

Remarks

Vertex shader versions1_12_02_x2_sw3_03_sw
callnz boolxxxxx

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.
}

This instruction consumes one vertex shader instruction slot.



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.