D3D12DDI_MIP_REGION_0075 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_mip_region_0075)

Description

D3D12DDI_MIP_REGION_0075 describes the size of a MIP region.

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.

See also