D3D12DDI_DEPTH_STENCIL_VALUES structure (d3d12umddi.h)
La structure D3D12DDI_DEPTH_STENCIL_VALUES contient les mémoires tampons de profondeur et de gabarit du contexte.
Syntaxe
typedef struct D3D12DDI_DEPTH_STENCIL_VALUES {
FLOAT Depth;
UINT8 Stencil;
} D3D12DDI_DEPTH_STENCIL_VALUES;
Membres
Depth
Mémoire tampon de profondeur.
Stencil
Mémoire tampon de gabarit.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, version 1809 |
En-tête | d3d12umddi.h |