estructura D3D12_MIP_REGION (d3d12.h)

Describe las dimensiones de una región mip.

Sintaxis

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

Miembros

Width

Ancho de la región mip.

Height

Alto de la región mip.

Depth

Profundidad de la región mip.

Requisitos

Requisito Value
Cliente mínimo compatible compilación 20348 de Windows 10
Servidor mínimo compatible compilación 20348 de Windows 10
Encabezado d3d12.h

Consulte también