D3D12DDI_DEPTH_WRITE_MASK - NtDoc

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

typedef enum D3D12DDI_DEPTH_WRITE_MASK {
  D3D12DDI_DEPTH_WRITE_MASK_ZERO,
  D3D12DDI_DEPTH_WRITE_MASK_ALL
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d12umddi-d3d12ddi_depth_write_mask)

D3D12DDI_DEPTH_WRITE_MASK enumeration

Description

The write properties for a depth stencil state.

Constants

D3D12DDI_DEPTH_WRITE_MASK_ZERO

No properties.

D3D12DDI_DEPTH_WRITE_MASK_ALL

All properties.

Remarks

See also