Store2 関数

2 つの値を設定します。

構文

void Store2(
  in uint address,
  in uint2 values
);

パラメーター

address [in]

型: uint

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

[in]

型: uint2

2 つの入力値。

戻り値

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

注釈

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

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

 

関連項目

RWByteAddressBuffer

シェーダー モデル 5