#include <gl.h>
Public Attributes | |
int | inuse [LM_BLOCK_WIDTH] |
byte | buffer [LM_BLOCK_WIDTH *LM_BLOCK_HEIGHT *4] |
qboolean | dirty |
int | comp |
float | add |
float | modulate |
float | scale |
int | nummaps |
GLuint | texnums [LM_MAX_LIGHTMAPS] |
float lightmap_builder_t::add |
Definition at line 263 of file gl.h.
Referenced by adjust_color_f(), and gl_lightmap_changed().
byte lightmap_builder_t::buffer[LM_BLOCK_WIDTH *LM_BLOCK_HEIGHT *4] |
Definition at line 260 of file gl.h.
Referenced by build_primary_lightmap(), LM_RebuildSurfaces(), and LM_UploadBlock().
int lightmap_builder_t::comp |
Definition at line 262 of file gl.h.
Referenced by gl_lightmap_changed(), LM_RebuildSurfaces(), and LM_UploadBlock().
qboolean lightmap_builder_t::dirty |
Definition at line 261 of file gl.h.
Referenced by gl_lightmap_changed(), LM_BuildSurface(), LM_InitBlock(), LM_UploadBlock(), and R_RenderFrame_GL().
int lightmap_builder_t::inuse[LM_BLOCK_WIDTH] |
Definition at line 259 of file gl.h.
Referenced by LM_InitBlock().
float lightmap_builder_t::modulate |
Definition at line 263 of file gl.h.
Referenced by adjust_color_ub(), and gl_lightmap_changed().
int lightmap_builder_t::nummaps |
Definition at line 264 of file gl.h.
Referenced by GL_BindArrays(), LM_BeginBuilding(), LM_BuildSurface(), LM_EndBuilding(), LM_RebuildSurfaces(), and LM_UploadBlock().
float lightmap_builder_t::scale |
Definition at line 263 of file gl.h.
Referenced by adjust_color_f(), and gl_lightmap_changed().
GLuint lightmap_builder_t::texnums[LM_MAX_LIGHTMAPS] |
Definition at line 265 of file gl.h.
Referenced by GL_InitImages(), GL_ShutdownImages(), LM_BuildSurface(), LM_RebuildSurfaces(), and LM_UploadBlock().