Quake II RTX doxygen  1.0 dev
glConfig_t Struct Reference

#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
 

Detailed Description

Definition at line 100 of file gl.h.

Member Data Documentation

◆ colorbits

int glConfig_t::colorbits

Definition at line 113 of file gl.h.

Referenced by GL_SetupConfig(), and GL_Strings_f().

◆ depthbits

int glConfig_t::depthbits

Definition at line 114 of file gl.h.

Referenced by GL_SetupConfig(), and GL_Strings_f().

◆ es_profile

qboolean glConfig_t::es_profile

Definition at line 101 of file gl.h.

Referenced by GL_SetupConfig().

◆ ext_enabled

◆ ext_supported

unsigned glConfig_t::ext_supported

Definition at line 106 of file gl.h.

Referenced by GL_InitPrograms(), GL_PostInit(), and GL_SetupConfig().

◆ maxAnisotropy

float glConfig_t::maxAnisotropy

Definition at line 111 of file gl.h.

Referenced by gl_anisotropy_changed(), GL_SetupConfig(), and GL_Strings_f().

◆ maxTextureSize

int glConfig_t::maxTextureSize

Definition at line 109 of file gl.h.

Referenced by GL_SetupConfig(), GL_Strings_f(), GL_Upload32(), and GL_UpscaleLevel().

◆ numTextureUnits

int glConfig_t::numTextureUnits

Definition at line 110 of file gl.h.

Referenced by GL_SetupConfig(), and GL_Strings_f().

◆ stencilbits

int glConfig_t::stencilbits

Definition at line 115 of file gl.h.

Referenced by draw_shadow(), GL_SetupConfig(), and GL_Strings_f().

◆ version_major

int glConfig_t::version_major

Definition at line 103 of file gl.h.

Referenced by GL_SetupConfig().

◆ version_minor

int glConfig_t::version_minor

Definition at line 104 of file gl.h.

Referenced by GL_SetupConfig().