#include <gl_local.h>
Public Attributes | |
float | inverse_intensity |
qboolean | fullscreen |
int | prev_mode |
unsigned char * | d_16to8table |
int | lightmap_textures |
int | currenttextures [2] |
int | currenttmu |
float | camera_separation |
qboolean | stereo_enabled |
qboolean | hwgamma |
unsigned char | originalRedGammaTable [256] |
unsigned char | originalGreenGammaTable [256] |
unsigned char | originalBlueGammaTable [256] |
Definition at line 415 of file gl_local.h.
float glstate_t::camera_separation |
Definition at line 429 of file gl_local.h.
Referenced by MYgluPerspective(), and R_BeginFrame().
int glstate_t::currenttextures[2] |
Definition at line 426 of file gl_local.h.
Referenced by GL_Bind(), GL_MBind(), R_DrawBrushModel(), and R_DrawWorld().
int glstate_t::currenttmu |
Definition at line 427 of file gl_local.h.
Referenced by GL_Bind(), GL_SelectTexture(), and GL_TexEnv().
unsigned char* glstate_t::d_16to8table |
Definition at line 422 of file gl_local.h.
Referenced by GL_BuildPalettedTexture(), and GL_InitImages().
qboolean glstate_t::fullscreen |
Definition at line 418 of file gl_local.h.
Referenced by GLimp_SetMode(), and GLimp_Shutdown().
qboolean glstate_t::hwgamma |
Definition at line 432 of file gl_local.h.
Referenced by GL_InitImages(), and R_BeginFrame().
float glstate_t::inverse_intensity |
Definition at line 417 of file gl_local.h.
Referenced by GL_InitImages(), R_DrawAlphaSurfaces(), and R_RenderBrushPoly().
int glstate_t::lightmap_textures |
Definition at line 424 of file gl_local.h.
Referenced by GL_BeginBuildingLightmaps(), GL_RenderLightmappedPoly(), LM_UploadBlock(), R_BlendLightmaps(), and R_RenderBrushPoly().
unsigned char glstate_t::originalBlueGammaTable[256] |
Definition at line 436 of file gl_local.h.
unsigned char glstate_t::originalGreenGammaTable[256] |
Definition at line 435 of file gl_local.h.
unsigned char glstate_t::originalRedGammaTable[256] |
Definition at line 434 of file gl_local.h.
int glstate_t::prev_mode |
Definition at line 420 of file gl_local.h.
Referenced by R_Init(), and R_SetMode().
qboolean glstate_t::stereo_enabled |
Definition at line 430 of file gl_local.h.
Referenced by GL_UpdateSwapInterval(), GLimp_BeginFrame(), GLimp_InitGL(), and R_BeginFrame().