Store3 関数

3 つの値を設定します。

構文

void Store3(
  in uint address,
  in uint3 values
);

パラメーター

address [in]

型: uint

入力アドレス (バイト単位)。 4 の倍数である必要があります。

[in]

型: uint3

3 つの入力値。

戻り値

この関数は値を返しません。

注釈

この関数は、次の種類のシェーダーでサポートされています。

Vertex Hull Domain ジオメトリ ピクセル Compute
x x

 

関連項目

RWByteAddressBuffer

シェーダー モデル 5