|
UFO: Alien Invasion
|
Characters are batched per frame and drawn in one shot accumulate coordinates and colors as vertex arrays. More...

Data Fields | |
| GLfloat | texcoords [MAX_CHARS *4 *2] |
| int | texcoord_index |
| GLshort | verts [MAX_CHARS *4 *2] |
| int | vert_index |
| GLbyte | colors [MAX_CHARS *4 *4] |
| int | color_index |
Characters are batched per frame and drawn in one shot accumulate coordinates and colors as vertex arrays.
Definition at line 44 of file r_draw.cpp.
| int char_arrays_t::color_index |
Definition at line 52 of file r_draw.cpp.
| GLbyte char_arrays_t::colors[MAX_CHARS *4 *4] |
Definition at line 51 of file r_draw.cpp.
| int char_arrays_t::texcoord_index |
Definition at line 46 of file r_draw.cpp.
| GLfloat char_arrays_t::texcoords[MAX_CHARS *4 *2] |
Definition at line 45 of file r_draw.cpp.
| int char_arrays_t::vert_index |
Definition at line 49 of file r_draw.cpp.
| GLshort char_arrays_t::verts[MAX_CHARS *4 *2] |
Definition at line 48 of file r_draw.cpp.