UFO: Alien Invasion
batch_arrays_t Struct Reference

array to store batched vertices and colors per frame More...

Collaboration diagram for batch_arrays_t:
Collaboration graph

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

◆ color_index

int batch_arrays_t::color_index

Definition at line 65 of file r_draw.cpp.

Referenced by R_DrawFill(), and R_DrawFills().

◆ colors

GLbyte batch_arrays_t::colors[MAX_BATCH_ENTRIES *4 *4]

Definition at line 64 of file r_draw.cpp.

Referenced by R_DrawFill(), and R_DrawFills().

◆ vert_index

int batch_arrays_t::vert_index

Definition at line 62 of file r_draw.cpp.

Referenced by R_DrawFill(), and R_DrawFills().

◆ verts

GLshort batch_arrays_t::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: