KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Color formats for PowerVR vertices More...
Macros | |
#define | PVR_CLRFMT_ARGBPACKED 0 |
32-bit integer ARGB | |
#define | PVR_CLRFMT_4FLOATS 1 |
4 floating point values | |
#define | PVR_CLRFMT_INTENSITY 2 |
Intensity color. | |
#define | PVR_CLRFMT_INTENSITY_PREV 3 |
Use last intensity. | |
Color formats for PowerVR vertices
These control how colors are represented in polygon data.
#define PVR_CLRFMT_4FLOATS 1 |
4 floating point values
#define PVR_CLRFMT_ARGBPACKED 0 |
32-bit integer ARGB
#define PVR_CLRFMT_INTENSITY 2 |
Intensity color.
#define PVR_CLRFMT_INTENSITY_PREV 3 |
Use last intensity.