Data Fields | |
int | x |
int | y |
pos of tile in window coords | |
int | z |
int | face |
int | level |
Extra texture indexes. | |
union { | |
float color [64][64][4] | |
uint color32 [64][64] | |
uint depth32 [64][64] | |
ushort depth16 [64][64] | |
ubyte stencil8 [64][64] | |
ubyte any [1] | |
} | data |
Definition at line 48 of file sp_tile_cache.h.
Definition at line 50 of file sp_tile_cache.h.
Definition at line 51 of file sp_tile_cache.h.
Definition at line 51 of file sp_tile_cache.h.
float softpipe_cached_tile::color[64][64][4] |
Definition at line 53 of file sp_tile_cache.h.
uint softpipe_cached_tile::color32[64][64] |
Definition at line 54 of file sp_tile_cache.h.
uint softpipe_cached_tile::depth32[64][64] |
Definition at line 55 of file sp_tile_cache.h.
ushort softpipe_cached_tile::depth16[64][64] |
Definition at line 56 of file sp_tile_cache.h.
ubyte softpipe_cached_tile::stencil8[64][64] |
Definition at line 57 of file sp_tile_cache.h.
Definition at line 58 of file sp_tile_cache.h.
union { ... } softpipe_cached_tile::data |