StructuredBuffer::Operator 函数
返回 StructuredBuffer 的只读资源变量。
语法
R Operator[](
in uint pos
);
parameters
-
pos [in]
-
类型: uint
索引位置。
返回值
类型: R
只读资源变量。
备注
以下类型的着色器支持此函数:
顶点 | 外壳 | 域 | Geometry | 像素 | 计算 |
---|---|---|---|---|---|
x | x | x | x | x | x |
另请参阅
返回 StructuredBuffer 的只读资源变量。
R Operator[](
in uint pos
);
pos [in]
类型: uint
索引位置。
类型: R
只读资源变量。
以下类型的着色器支持此函数:
顶点 | 外壳 | 域 | Geometry | 像素 | 计算 |
---|---|---|---|---|---|
x | x | x | x | x | x |