Public Attributes | |
int | current_lightmap_texture |
msurface_t * | lightmap_surfaces [MAX_LIGHTMAPS] |
int | allocated [BLOCK_WIDTH] |
byte | lightmap_buffer [4 *BLOCK_WIDTH *BLOCK_HEIGHT] |
Definition at line 41 of file vk_rsurf.c.
int vklightmapstate_t::allocated[BLOCK_WIDTH] |
Definition at line 47 of file vk_rsurf.c.
Referenced by LM_AllocBlock(), LM_InitBlock(), LM_UploadBlock(), and Vk_BeginBuildingLightmaps().
int vklightmapstate_t::current_lightmap_texture |
Definition at line 43 of file vk_rsurf.c.
Referenced by LM_UploadBlock(), Vk_BeginBuildingLightmaps(), and Vk_CreateSurfaceLightmap().
byte vklightmapstate_t::lightmap_buffer[4 *BLOCK_WIDTH *BLOCK_HEIGHT] |
Definition at line 51 of file vk_rsurf.c.
Referenced by LM_UploadBlock(), and Vk_CreateSurfaceLightmap().
msurface_t* vklightmapstate_t::lightmap_surfaces[MAX_LIGHTMAPS] |
Definition at line 45 of file vk_rsurf.c.
Referenced by R_DrawBrushModel(), R_DrawTriangleOutlines(), R_DrawWorld(), and R_RenderBrushPoly().