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_s::color_index |
Definition at line 65 of file r_draw.cpp.
Referenced by R_DrawFill(), and R_DrawFills().
GLbyte batch_arrays_s::colors[MAX_BATCH_ENTRIES *4 *4] |
Definition at line 64 of file r_draw.cpp.
Referenced by R_DrawFill(), and R_DrawFills().
int batch_arrays_s::vert_index |
Definition at line 62 of file r_draw.cpp.
Referenced by R_DrawFill(), and R_DrawFills().
GLshort batch_arrays_s::verts[MAX_BATCH_ENTRIES *4 *2] |
Definition at line 61 of file r_draw.cpp.
Referenced by R_DrawFill(), and R_DrawFills().