callnz bool - vs

Chame se não for zero. Executa uma chamada condicional para a instrução marcada pelo índice de rótulo.

Sintaxe

callnz l#, [!] B #

 

em que:

Comentários

Versões do sombreador de vértice 1_1 2_0 2_x 2_sw 3_0 3_sw
callnz bool x x x x x

 

Esta instrução faz o seguinte:

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

Esta instrução consome um slot de instrução de sombreador de vértice.

Instruções de sombreador de vértice