KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

PowerVR primitive context fog modes. More...

Macros

#define PVR_FOG_TABLE   0
 Table fog.
 
#define PVR_FOG_VERTEX   1
 Vertex fog.
 
#define PVR_FOG_DISABLE   2
 Disable fog.
 
#define PVR_FOG_TABLE2   3
 Table fog mode 2.
 

Detailed Description

PowerVR primitive context fog modes.

Each polygon can decide what fog type is used with regard to it using these constants in its pvr_poly_cxt_t.

Macro Definition Documentation

◆ PVR_FOG_DISABLE

#define PVR_FOG_DISABLE   2

Disable fog.

◆ PVR_FOG_TABLE

#define PVR_FOG_TABLE   0

Table fog.

◆ PVR_FOG_TABLE2

#define PVR_FOG_TABLE2   3

Table fog mode 2.

◆ PVR_FOG_VERTEX

#define PVR_FOG_VERTEX   1

Vertex fog.