typedef enum _D3DRMFILLMODE {
D3DRMFILL_POINTS = 0 * D3DRMLIGHT_MAX,
D3DRMFILL_WIREFRAME = 1 * D3DRMLIGHT_MAX,
D3DRMFILL_SOLID = 2 * D3DRMLIGHT_MAX,
D3DRMFILL_MASK = 7 * D3DRMLIGHT_MAX,
D3DRMFILL_MAX = 8 * D3DRMLIGHT_MAX
} D3DRMFILLMODE;
One of the enumerated types that is used in the definition of the D3DRMRENDERQUALITY type.
Fills points only; minimum fill mode.
Fill wireframes.
Fill solid objects.
Fill using a mask.
Maximum value for fill mode.