D3D12_MIP_REGION 結構 (d3d12.h)
描述 Mip 區域的維度。
語法
typedef struct D3D12_MIP_REGION {
UINT Width;
UINT Height;
UINT Depth;
} D3D12_MIP_REGION;
成員
Width
mip 區域的寬度。
Height
mip 區域的高度。
Depth
mip 區域的深度。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 組建 20348 |
最低支援的伺服器 | Windows 10 組建 20348 |
標頭 | d3d12.h |