D3D12DDI_CULL_MODE - NtDoc

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

typedef enum D3D12DDI_CULL_MODE {
  D3D12DDI_CULL_MODE_NONE,
  D3D12DDI_CULL_MODE_FRONT,
  D3D12DDI_CULL_MODE_BACK
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_CULL_MODE enumeration

Description

Specifies the type of cull mode, or what graphical object, is visible in rendering.

Constants

D3D12DDI_CULL_MODE_NONE

No cull mode specified.

D3D12DDI_CULL_MODE_FRONT

Front cull mode.

D3D12DDI_CULL_MODE_BACK

Back cull mode.

Remarks

See also