KallistiOS git master
Independent SDK for the Sega Dreamcast
|
PVR header mode1. More...
#include <pvr_header.h>
Data Fields | |
uint32_t | :25 |
bool | txr_en:1 |
bool | depth_write_dis:1 |
< Enable texturing (2nd bit) | |
pvr_cull_mode_t | culling:2 |
< Disable depth writes | |
pvr_depthcmp_mode_t | depth_cmp:3 |
< Culling mode | |
PVR header mode1.
This structure contains all the fields for the mode1 parameter of PVR headers.
uint32_t pvr_poly_hdr_mode1_t::__pad0__ |
pvr_cull_mode_t pvr_poly_hdr_mode1_t::culling |
< Disable depth writes
pvr_depthcmp_mode_t pvr_poly_hdr_mode1_t::depth_cmp |
< Culling mode
bool pvr_poly_hdr_mode1_t::depth_write_dis |
< Enable texturing (2nd bit)
bool pvr_poly_hdr_mode1_t::txr_en |