Compartilhar via


estrutura D3D12DDI_DEPTH_STENCIL_VALUES (d3d12umddi.h)

A estrutura D3D12DDI_DEPTH_STENCIL_VALUES contém os buffers de profundidade e estêncil do contexto.

Sintaxe

typedef struct D3D12DDI_DEPTH_STENCIL_VALUES {
  FLOAT Depth;
  UINT8 Stencil;
} D3D12DDI_DEPTH_STENCIL_VALUES;

Membros

Depth

O buffer de profundidade.

Stencil

O buffer de estêncil.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10, versão 1809
Cabeçalho d3d12umddi.h

Confira também

estrutura D3D12DDI_CLEAR_VALUES