Macros | |
#define | BLOCK_HEIGHT 64 |
#define | BLOCK_WIDTH 64 |
#define | MAX_LIGHTMAPS 1024 |
Functions | |
void | glsl_lightmap_init (void) |
void | glsl_R_BuildLightmaps (struct model_s **models, int num_models) |
void | glsl_R_CalcLightmaps (void) |
void | glsl_R_FlushLightmaps (void) |
int | glsl_R_LightmapTexture (void) |
Variables | |
void(* | glsl_R_BuildLightMap )(msurface_t *surf) |
#define BLOCK_HEIGHT 64 |
#define BLOCK_WIDTH 64 |
#define MAX_LIGHTMAPS 1024 |
void glsl_lightmap_init | ( | void | ) |
void glsl_R_CalcLightmaps | ( | void | ) |
void glsl_R_FlushLightmaps | ( | void | ) |
int glsl_R_LightmapTexture | ( | void | ) |
void(* glsl_R_BuildLightMap)(msurface_t *surf) |