D3DFILLMODE - NtDoc

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

typedef enum _D3DFILLMODE {
  D3DFILL_POINT,
  D3DFILL_WIREFRAME,
  D3DFILL_SOLID,
  D3DFILL_FORCE_DWORD
} D3DFILLMODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DFILLMODE enumeration

Description

Constants

D3DFILL_POINT

D3DFILL_WIREFRAME

D3DFILL_SOLID

D3DFILL_FORCE_DWORD

Remarks

See also