// d3d12umddi.h
typedef struct D3D12DDI_DEPTH_STENCIL_VALUES {
FLOAT Depth;
UINT8 Stencil;
} D3D12DDI_DEPTH_STENCIL_VALUES;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_DEPTH_STENCIL_VALUES structure contains the context's depth and stencil buffers.
DepthThe depth buffer.
StencilThe stencil buffer.
D3D12DDI_CLEAR_VALUES structure