D3D12DDI_DEPTH_STENCIL_VALUES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_DEPTH_STENCIL_VALUES {
  FLOAT Depth;
  UINT8 Stencil;
} D3D12DDI_DEPTH_STENCIL_VALUES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_depth_stencil_values)

D3D12DDI_DEPTH_STENCIL_VALUES structure

Description

The D3D12DDI_DEPTH_STENCIL_VALUES structure contains the context's depth and stencil buffers.

Members

Depth

The depth buffer.

Stencil

The stencil buffer.

Remarks

See also

D3D12DDI_CLEAR_VALUES structure