estructura D3D12DDI_DEPTH_STENCIL_VALUES (d3d12umddi.h)

La estructura D3D12DDI_DEPTH_STENCIL_VALUES contiene los búferes de profundidad y galería de símbolos del contexto.

Sintaxis

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

Miembros

Depth

Búfer de profundidad.

Stencil

Búfer de galería de símbolos.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10, versión 1809
Encabezado d3d12umddi.h

Consulte también

estructura de D3D12DDI_CLEAR_VALUES