| Microsoft DirectX 8.1 (C++) | 
Defines constants describing the fill mode.
typedef enum _D3DFILLMODE {
    D3DFILL_POINT               = 1,
    D3DFILL_WIREFRAME           = 2,
    D3DFILL_SOLID               = 3,
    D3DFILL_FORCE_DWORD         = 0x7fffffff
} D3DFILLMODE;
The values in this enumerated type are used by the D3DRS_FILLMODE render state.
Header: Declared in D3d8types.h.