#include <gl.h>
Public Attributes | |
qboolean | es_profile |
int | version_major |
int | version_minor |
unsigned | ext_supported |
unsigned | ext_enabled |
int | maxTextureSize |
int | numTextureUnits |
float | maxAnisotropy |
int | colorbits |
int | depthbits |
int | stencilbits |
int glConfig_t::colorbits |
Definition at line 113 of file gl.h.
Referenced by GL_SetupConfig(), and GL_Strings_f().
int glConfig_t::depthbits |
Definition at line 114 of file gl.h.
Referenced by GL_SetupConfig(), and GL_Strings_f().
qboolean glConfig_t::es_profile |
Definition at line 101 of file gl.h.
Referenced by GL_SetupConfig().
unsigned glConfig_t::ext_enabled |
Definition at line 107 of file gl.h.
Referenced by gl_anisotropy_changed(), GL_InitPrograms(), GL_PostInit(), GL_SetFilterAndRepeat(), GL_SetupConfig(), GL_ShutdownPrograms(), R_EndFrame_GL(), R_Init_GL(), and R_Shutdown_GL().
unsigned glConfig_t::ext_supported |
Definition at line 106 of file gl.h.
Referenced by GL_InitPrograms(), GL_PostInit(), and GL_SetupConfig().
float glConfig_t::maxAnisotropy |
Definition at line 111 of file gl.h.
Referenced by gl_anisotropy_changed(), GL_SetupConfig(), and GL_Strings_f().
int glConfig_t::maxTextureSize |
Definition at line 109 of file gl.h.
Referenced by GL_SetupConfig(), GL_Strings_f(), GL_Upload32(), and GL_UpscaleLevel().
int glConfig_t::numTextureUnits |
Definition at line 110 of file gl.h.
Referenced by GL_SetupConfig(), and GL_Strings_f().
int glConfig_t::stencilbits |
Definition at line 115 of file gl.h.
Referenced by draw_shadow(), GL_SetupConfig(), and GL_Strings_f().
int glConfig_t::version_major |
Definition at line 103 of file gl.h.
Referenced by GL_SetupConfig().
int glConfig_t::version_minor |
Definition at line 104 of file gl.h.
Referenced by GL_SetupConfig().