estrutura D3D12_MIP_REGION (d3d12.h)
Descreve as dimensões de uma região mip.
Sintaxe
typedef struct D3D12_MIP_REGION {
UINT Width;
UINT Height;
UINT Depth;
} D3D12_MIP_REGION;
Membros
Width
A largura da região mip.
Height
A altura da região mip.
Depth
A profundidade da região mip.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows 10 Build 20348 |
Servidor mínimo com suporte | Windows 10 Build 20348 |
Cabeçalho | d3d12.h |