|
UFO: Alien Invasion
|
array to store batched vertices and colors per frame More...

Data Fields | |
| GLshort | verts [MAX_BATCH_ENTRIES *4 *2] |
| int | vert_index |
| GLbyte | colors [MAX_BATCH_ENTRIES *4 *4] |
| int | color_index |
array to store batched vertices and colors per frame
Definition at line 60 of file r_draw.cpp.
| int batch_arrays_t::color_index |
Definition at line 65 of file r_draw.cpp.
| GLbyte batch_arrays_t::colors[MAX_BATCH_ENTRIES *4 *4] |
Definition at line 64 of file r_draw.cpp.
| int batch_arrays_t::vert_index |
Definition at line 62 of file r_draw.cpp.
| GLshort batch_arrays_t::verts[MAX_BATCH_ENTRIES *4 *2] |
Definition at line 61 of file r_draw.cpp.