D3D12DDI_MIP_REGION_0075 structure (d3d12umddi.h)
D3D12DDI_MIP_REGION_0075 describes the size of a MIP region.
Syntax
typedef struct D3D12DDI_MIP_REGION_0075 {
UINT Width;
UINT Height;
UINT Depth;
} D3D12DDI_MIP_REGION_0075;
Members
Width
Width of the MIP region, in texels.
Height
Height of the MIP region, in texels.
Depth
Depth of the MIP region, in texels.
Remarks
See the Sampler Feedback document for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Header | d3d12umddi.h |