FTEQW
Documentation of the FTE engine source tree.
gl_rsurf.c File Reference

Functions

void GLBE_ClearVBO (vbo_t *vbo, qboolean dataonly)
 
void GLBE_SetupVAO (vbo_t *vbo, unsigned int vaodynamic, unsigned int vaostatic)
 
voidallocbuf (char **p, int elements, int elementsize)
 
void GLBE_GenBatchVBOs (vbo_t **vbochain, batch_t *firstbatch, batch_t *stopbatch, int lightmaps)
 
void GLBE_GenBrushModelVBO (model_t *mod)
 

Variables

cvar_t r_lightmap_nearest
 

Function Documentation

◆ allocbuf()

void * allocbuf ( char **  p,
int  elements,
int  elementsize 
)

◆ GLBE_ClearVBO()

void GLBE_ClearVBO ( vbo_t vbo,
qboolean  dataonly 
)

◆ GLBE_GenBatchVBOs()

void GLBE_GenBatchVBOs ( vbo_t **  vbochain,
batch_t firstbatch,
batch_t stopbatch,
int  lightmaps 
)

◆ GLBE_GenBrushModelVBO()

void GLBE_GenBrushModelVBO ( model_t mod)

◆ GLBE_SetupVAO()

void GLBE_SetupVAO ( vbo_t vbo,
unsigned int  vaodynamic,
unsigned int  vaostatic 
)

Variable Documentation

◆ r_lightmap_nearest

cvar_t r_lightmap_nearest
extern