callnz bool - vs
0 以外の場合に呼び出します。ラベル インデックスでマークされた命令への条件付き呼び出しを実行します。
構文
callnz l#, [!]b# |
---|
この場合
- ここで、l# は呼び出されるサブルーチンの開始をマークする label - vs です。
- [!] はオプションの NOT ブール修飾子です。
- b# は ブール型定数レジスタ を示します。
解説
頂点シェーダーのバージョン | 1_1 | 2_0 | 2_x | 2_sw | 3_0 | 3_sw |
---|---|---|---|---|---|---|
callnz bool | x | 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.
}
この命令は、1 つの頂点シェーダー命令スロットを使用します。