D3D12DDI_MIP_REGION_0075 結構 (d3d12umddi.h)
D3D12DDI_MIP_REGION_0075 描述 MIP 區域的大小。
語法
typedef struct D3D12DDI_MIP_REGION_0075 {
UINT Width;
UINT Height;
UINT Depth;
} D3D12DDI_MIP_REGION_0075;
成員
Width
MIP 區域的寬度,以紋素為單位。
Height
MIP 區域的高度,以紋素表示。
Depth
MIP 區域的深度,以紋素表示。
備註
如需詳細資訊,請參閱 Sampler 意見反應 檔。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 (版本 2004) |
標頭 | d3d12umddi.h |