#include <gl_local.h>
Public Attributes | |
int | renderer |
const char * | renderer_string |
const char * | vendor_string |
const char * | version_string |
const char * | extensions_string |
qboolean | allow_cds |
Definition at line 404 of file gl_local.h.
qboolean glconfig_t::allow_cds |
Definition at line 412 of file gl_local.h.
Referenced by QGL_Init(), R_Init(), and R_SetMode().
const char* glconfig_t::extensions_string |
Definition at line 410 of file gl_local.h.
Referenced by GL_Strings_f(), and R_Init().
int glconfig_t::renderer |
Definition at line 406 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), Draw_StretchRaw(), Draw_TileClear(), GL_InitImages(), R_BeginFrame(), and R_Init().
const char* glconfig_t::renderer_string |
Definition at line 407 of file gl_local.h.
Referenced by GL_Strings_f(), and R_Init().
const char* glconfig_t::vendor_string |
Definition at line 408 of file gl_local.h.
Referenced by GL_Strings_f(), and R_Init().
const char* glconfig_t::version_string |
Definition at line 409 of file gl_local.h.
Referenced by GL_Strings_f(), and R_Init().