Store4 関数

4 つの値を設定します。

構文

void Store4(
  in uint address,
  in uint4 values
);

パラメーター

address [in]

型: uint

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

values [in]

型: uint4

4 つの入力値。

戻り値

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

注釈

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

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

 

こちらもご覧ください

RWByteAddressBuffer

シェーダー モデル 5