D3D12_MIP_REGION structure (d3d12.h)

Describes the dimensions of a mip region.

Syntax

typedef struct D3D12_MIP_REGION {
  UINT Width;
  UINT Height;
  UINT Depth;
} D3D12_MIP_REGION;

Members

Width

The width of the mip region.

Height

The height of the mip region.

Depth

The depth of the mip region.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header d3d12.h

See also