enumerazione D3D10_DEPTH_WRITE_MASK (d3d10.h)
Identificare la parte di un buffer depth-stencil per la scrittura di dati di profondità.
Sintassi
typedef enum D3D10_DEPTH_WRITE_MASK {
D3D10_DEPTH_WRITE_MASK_ZERO = 0,
D3D10_DEPTH_WRITE_MASK_ALL = 1
} ;
Costanti
D3D10_DEPTH_WRITE_MASK_ZERO Valore: 0 Disattivare le scritture nel buffer depth-stencil. |
D3D10_DEPTH_WRITE_MASK_ALL Valore: 1 Attivare le scritture nel buffer depth-stencil. |
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3d10.h |