KallistiOS git master
Independent SDK for the Sega Dreamcast
|
PVR polygon header to be used with modifier volumes. More...
#include <dc/pvr.h>
Data Fields | |
uint32_t | cmd |
TA command. | |
uint32_t | mode1 |
Parameter word 1. | |
uint32_t | mode2_0 |
Parameter word 2 (outside volume) | |
uint32_t | mode3_0 |
Parameter word 3 (outside volume) | |
uint32_t | mode2_1 |
Parameter word 2 (inside volume) | |
uint32_t | mode3_1 |
Parameter word 3 (inside volume) | |
uint32_t | d1 |
Dummy value. | |
uint32_t | d2 |
Dummy value. | |
PVR polygon header to be used with modifier volumes.
This is the equivalent of a pvr_poly_hdr_t for use when a polygon is to be used with modifier volumes.
uint32_t pvr_poly_mod_hdr_t::cmd |
TA command.
uint32_t pvr_poly_mod_hdr_t::d1 |
Dummy value.
uint32_t pvr_poly_mod_hdr_t::d2 |
Dummy value.
uint32_t pvr_poly_mod_hdr_t::mode1 |
Parameter word 1.
uint32_t pvr_poly_mod_hdr_t::mode2_0 |
Parameter word 2 (outside volume)
uint32_t pvr_poly_mod_hdr_t::mode2_1 |
Parameter word 2 (inside volume)
uint32_t pvr_poly_mod_hdr_t::mode3_0 |
Parameter word 3 (outside volume)
uint32_t pvr_poly_mod_hdr_t::mode3_1 |
Parameter word 3 (inside volume)