次の方法で共有


callnz bool - ps

0 でない場合は を呼び出します。 ラベル インデックスでマークされた命令の条件付き呼び出しを実行します。

構文

callnz l#, [!]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
}

ピクセル シェーダーの手順