icculus quake2 doxygen  1.0 dev
glconfig_t Struct Reference

#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
 

Detailed Description

Definition at line 404 of file gl_local.h.

Member Data Documentation

◆ allow_cds

qboolean glconfig_t::allow_cds

Definition at line 412 of file gl_local.h.

Referenced by QGL_Init(), R_Init(), and R_SetMode().

◆ extensions_string

const char* glconfig_t::extensions_string

Definition at line 410 of file gl_local.h.

Referenced by GL_Strings_f(), and R_Init().

◆ renderer

int glconfig_t::renderer

◆ renderer_string

const char* glconfig_t::renderer_string

Definition at line 407 of file gl_local.h.

Referenced by GL_Strings_f(), and R_Init().

◆ vendor_string

const char* glconfig_t::vendor_string

Definition at line 408 of file gl_local.h.

Referenced by GL_Strings_f(), and R_Init().

◆ version_string

const char* glconfig_t::version_string

Definition at line 409 of file gl_local.h.

Referenced by GL_Strings_f(), and R_Init().