callnz pred - vs
如果不是零,請使用述詞呼叫 。 對標籤索引所標示的指令執行條件式呼叫。 預先定義會使用布林值來判斷是否不執行指令。
Syntax
callnz l#, [!]P。{x|y|z|w} |
---|
其中:
備註
頂點著色器版本 | 1_1 | 2_0 | 2_x | 2_sw | 3_0 | 3_sw |
---|---|---|---|---|---|---|
callnz pred | x | x | x | x |
此指示會執行下列動作:
if (specified register component is not zero)
{
Push address of the next instruction to the return address stack.
Continue execution from the instruction marked by the label.
}
此指令會取用一個頂點著色器指令位置。
相關主題