Compartir a través de


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 Valor
cliente mínimo admitido Windows 10, versión 1809
encabezado de d3d12umddi.h

Consulte también

estructura de D3D12DDI_CLEAR_VALUES