RWStructuredBuffer::GetDimensions 関数
リソース ディメンションを取得します。
構文
void GetDimensions(
out uint numStructs,
out uint stride
);
パラメーター
-
numStructs [out]
-
型: uint
リソース内の構造体の数。
-
stride [out]
-
型: uint
各構造体要素のストライド (バイト単位)。
戻り値
なし
解説
この関数は、次の種類のシェーダーでサポートされています。
Vertex | Hull | Domain | ジオメトリ | ピクセル | Compute |
---|---|---|---|---|---|
x | x |
関連項目