KallistiOS
##version##
|
PVR polygon header with intensity color. More...
#include <dc/pvr.h>
Data Fields | |
uint32 | cmd |
TA command. More... | |
uint32 | mode1 |
Parameter word 1. More... | |
uint32 | mode2 |
Parameter word 2. More... | |
uint32 | mode3 |
Parameter word 3. More... | |
float | a |
Face color alpha component. More... | |
float | r |
Face color red component. More... | |
float | g |
Face color green component. More... | |
float | b |
Face color blue component. More... | |
PVR polygon header with intensity color.
This is the equivalent of pvr_poly_hdr_t, but for use with intensity color.
float pvr_poly_ic_hdr_t::a |
Face color alpha component.
float pvr_poly_ic_hdr_t::b |
Face color blue component.
uint32 pvr_poly_ic_hdr_t::cmd |
TA command.
float pvr_poly_ic_hdr_t::g |
Face color green component.
uint32 pvr_poly_ic_hdr_t::mode1 |
Parameter word 1.
uint32 pvr_poly_ic_hdr_t::mode2 |
Parameter word 2.
uint32 pvr_poly_ic_hdr_t::mode3 |
Parameter word 3.
float pvr_poly_ic_hdr_t::r |
Face color red component.