KallistiOS
##version##
|
Macros | |
#define | PVR_FOG_TABLE 0 |
Table fog. More... | |
#define | PVR_FOG_VERTEX 1 |
Vertex fog. More... | |
#define | PVR_FOG_DISABLE 2 |
Disable fog. More... | |
#define | PVR_FOG_TABLE2 3 |
Table fog mode 2. More... | |
Each polygon can decide what fog type is used with regard to it using these constants in its pvr_poly_cxt_t.
#define PVR_FOG_DISABLE 2 |
Disable fog.
#define PVR_FOG_TABLE 0 |
Table fog.
#define PVR_FOG_TABLE2 3 |
Table fog mode 2.
#define PVR_FOG_VERTEX 1 |
Vertex fog.