KallistiOS git master
Independent SDK for the Sega Dreamcast
|
PVR polygon header with intensity color. More...
#include <dc/pvr.h>
Data Fields | |
uint32_t | cmd |
TA command. | |
uint32_t | mode1 |
Parameter word 1. | |
uint32_t | mode2 |
Parameter word 2. | |
uint32_t | mode3 |
Parameter word 3. | |
float | a |
Face color alpha component. | |
float | r |
Face color red component. | |
float | g |
Face color green component. | |
float | b |
Face color blue component. | |
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_t pvr_poly_ic_hdr_t::cmd |
TA command.
float pvr_poly_ic_hdr_t::g |
Face color green component.
uint32_t pvr_poly_ic_hdr_t::mode1 |
Parameter word 1.
uint32_t pvr_poly_ic_hdr_t::mode2 |
Parameter word 2.
uint32_t pvr_poly_ic_hdr_t::mode3 |
Parameter word 3.
float pvr_poly_ic_hdr_t::r |
Face color red component.