callnz bool - ps
0 でない場合は を呼び出します。 ラベル インデックスでマークされた命令の条件付き呼び出しを実行します。
構文
callnz l#, [!]B# |
---|
この場合、
- l# は ラベルです。 ps は、呼び出されるサブルーチンの先頭をマークします。
- [!]は省略可能な否定修飾子です。
- b# は 定数ブール値レジスタを識別します。
注釈
ピクセル シェーダーのバージョン | 1_1 | 1_2 | 1_3 | 1_4 | 2_0 | 2_x | 2_sw | 3_0 | 3_sw |
---|---|---|---|---|---|---|---|---|---|
callnz bool | x | x | x | x |
この命令では、次の処理が行われます。
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
}
関連トピック