D3DFILLMODE enumeration
Defines constants describing the fill mode.
Syntax
typedef enum D3DFILLMODE { D3DFILL_POINT = 1, D3DFILL_WIREFRAME = 2, D3DFILL_SOLID = 3, D3DFILL_FORCE_DWORD = 0x7fffffff } D3DFILLMODE, *LPD3DFILLMODE;
Constants
- D3DFILL_POINT
-
Fill points.
- D3DFILL_WIREFRAME
-
Fill wireframes.
- D3DFILL_SOLID
-
Fill solids.
- D3DFILL_FORCE_DWORD
-
Forces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. This value is not used.
Remarks
The values in this enumerated type are used by the D3DRS_FILLMODE render state.
Requirements
|
Header |
|
|---|
See also
Show: