| Microsoft DirectX 8.1 (Visual Basic) |
Defines constants that describe the fill mode.
Enum CONST_D3DFILLMODE
D3DFILL_POINT = 1
D3DFILL_WIREFRAME = 2
D3DFILL_SOLID = 3
End Enum
These flags are used to set the value of the D3DRS_FILLMODE render state for the CONST_D3DRENDERSTATETYPE enumeration.