|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
PVR header mode3. More...
#include <pvr_header.h>
Data Fields | |
| pvr_txr_ptr_t | txr_base:25 |
| bool | x32stride:1 |
| < Pre-processed texture address | |
| bool | nontwiddled:1 |
| < Set if texture stride is multiple of 32 | |
| pvr_pixel_mode_t | pixel_mode:3 |
| < Set if texture is not twiddled | |
| bool | vq_en:1 |
| < Select the texture's pixel format | |
| bool | mipmap_en:1 |
| < Set if the texture is VQ encoded | |
PVR header mode3.
This structure contains all the fields for the mode3 parameter of PVR headers.
| bool pvr_poly_hdr_mode3_t::mipmap_en |
< Set if the texture is VQ encoded
| bool pvr_poly_hdr_mode3_t::nontwiddled |
< Set if texture stride is multiple of 32
| pvr_pixel_mode_t pvr_poly_hdr_mode3_t::pixel_mode |
< Set if texture is not twiddled
| pvr_txr_ptr_t pvr_poly_hdr_mode3_t::txr_base |
| bool pvr_poly_hdr_mode3_t::vq_en |
< Select the texture's pixel format
| bool pvr_poly_hdr_mode3_t::x32stride |
< Pre-processed texture address