estrutura D3D12DDI_MIP_REGION_0075 (d3d12umddi.h)
D3D12DDI_MIP_REGION_0075 descreve o tamanho de uma região de MIP.
Sintaxe
typedef struct D3D12DDI_MIP_REGION_0075 {
UINT Width;
UINT Height;
UINT Depth;
} D3D12DDI_MIP_REGION_0075;
Membros
Width
Largura da região MIP, em texels.
Height
Altura da região de MIP, em texels.
Depth
Profundidade da região de MIP, em texels.
Observações
Consulte o documento Feedback do Sampler para obter mais informações.
Requisitos
Requisito | Valor |
---|---|
de cliente com suporte mínimo | Windows 10, versão 2004 |
cabeçalho | d3d12umddi.h |