D3DCULL - NtDoc

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

typedef enum _D3DCULL {
  D3DCULL_NONE,
  D3DCULL_CW,
  D3DCULL_CCW,
  D3DCULL_FORCE_DWORD
} D3DCULL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d9types-_d3dcull)

_D3DCULL enumeration

Description

Constants

D3DCULL_NONE

D3DCULL_CW

D3DCULL_CCW

D3DCULL_FORCE_DWORD

Remarks

See also