UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
batch_arrays_s Struct Reference

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
 

Detailed Description

array to store batched vertices and colors per frame

Definition at line 60 of file r_draw.cpp.

Field Documentation

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().


The documentation for this struct was generated from the following file: