// d3d12umddi.h
typedef struct D3D12DDI_MIP_REGION_0075 {
UINT Width;
UINT Height;
UINT Depth;
} D3D12DDI_MIP_REGION_0075;
View the official Windows Driver Kit DDI referenceNo description available.
D3D12DDI_MIP_REGION_0075 describes the size of a MIP region.
WidthWidth of the MIP region, in texels.
HeightHeight of the MIP region, in texels.
DepthDepth of the MIP region, in texels.
See the Sampler Feedback document for more information.