共用方式為


callnz pred - ps

如果不是零,請使用述詞呼叫 。 對標籤索引所標記的指令執行條件式呼叫。 預先分割會使用布林值來判斷是否不要執行指令。

Syntax

callnz l#, [!]P。{x|y|z|w}

 

其中:

  • 其中 l# 是卷 標 - ps 標記要呼叫的副程式開頭。
  • [!]是選擇性的否定修飾詞。
  • p0 是述詞暫存器。 請參閱 述詞暫存器
  • {x|y|z|w} 是 p0 上的必要複寫 swizzle。

備註

圖元著色器版本 1_1 1_2 1_3 1_4 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
}

圖元著色器指示