Texture2DMSArray::GetDimensions 函数
返回资源的维度。
语法
void GetDimensions(
out UINT Width,
out UINT Height,
out UINT Elements,
out UINT NumberOfSamples
);
parameters
-
Width [out]
-
类型: UINT
资源宽度,以纹素为单位。
-
高度 [out]
-
类型: UINT
资源高度(以纹素为单位)。
-
元素 [out]
-
类型: UINT
数组中的元素数。
-
NumberOfSamples [out]
-
类型: UINT
示例位置的数目。
返回值
无
备注
这是此方法的重载版本列表。
void GetDimensions(out float Width,
out float Height,
out float Elements,
out float NumberOfSamples);
以下类型的着色器支持此函数:
顶点 | 外壳 | 域 | Geometry | 像素 | 计算 |
---|---|---|---|---|---|
x | x |
另请参阅