Share via


callnz bool - vs

Llame a si no es cero. Realiza una llamada condicional a la instrucción marcada por el índice de etiqueta.

Syntax

callnz l#, [!] B #

 

donde:

Comentarios

Versiones del sombreador de vértices 1_1 2_0 2_x 2_sw 3_0 3_sw
callnz bool x x x x x

 

Esta instrucción hace lo siguiente:

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 instrucción consume una ranura de instrucción de sombreador de vértices.

Instrucciones del sombreador de vértices