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) | |
enum pvr_cull_mode | culling:2 |
< Disable depth writes | |
enum pvr_depthcmp_mode | 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::__pad3 |
enum pvr_cull_mode pvr_poly_hdr_mode1::culling |
< Disable depth writes
enum pvr_depthcmp_mode pvr_poly_hdr_mode1::depth_cmp |
< Culling mode
bool pvr_poly_hdr_mode1::depth_write_dis |
< Enable texturing (2nd bit)
bool pvr_poly_hdr_mode1::txr_en |