GL config stuff. More...
#include <r_local.h>
Data Fields | |
const char * | rendererString |
const char * | vendorString |
const char * | versionString |
const char * | extensionsString |
const char * | shadingLanguageVersion |
int | maxTextureSize |
int | maxTextureUnits |
int | maxTextureCoords |
int | maxVertexAttribs |
int | maxLights |
int | maxDrawBuffers |
int | maxRenderbufferSize |
int | maxColorAttachments |
int | maxVertexTextureImageUnits |
char | lodDir [8] |
int | videoMemory |
qboolean | hwgamma |
int32_t | maxAnisotropic |
qboolean | anisotropic |
qboolean | frameBufferObject |
qboolean | drawBuffers |
int | gl_solid_format |
int | gl_alpha_format |
int | gl_compressed_solid_format |
int | gl_compressed_alpha_format |
int | gl_filter_min |
int | gl_filter_max |
qboolean | lod_bias |
qboolean | nonPowerOfTwo |
hardwareType_t | hardwareType |
GL config stuff.
Definition at line 146 of file r_local.h.
Definition at line 169 of file r_local.h.
Referenced by R_CreateFramebuffer(), R_InitExtensions(), and R_UploadTexture().
Definition at line 171 of file r_local.h.
Referenced by R_CvarPostProcess(), R_CvarPrograms(), and R_InitExtensions().
const char* rconfig_t::extensionsString |
Definition at line 150 of file r_local.h.
Referenced by R_Init(), R_InitExtensions(), and R_Strings_f().
Definition at line 170 of file r_local.h.
Referenced by R_BindColorAttachments(), R_CvarPostProcess(), R_DrawBloom(), R_EnableRenderbuffer(), R_InitExtensions(), R_InitFBObjects(), R_UseFramebuffer(), and R_UseViewport().
Definition at line 174 of file r_local.h.
Referenced by R_FontGenerateTexture(), R_Init(), R_TextureAlphaMode(), R_UploadData(), and R_UploadTexture().
Definition at line 177 of file r_local.h.
Referenced by R_FontGenerateTexture(), R_InitExtensions(), R_UploadData(), and R_UploadTexture().
Definition at line 176 of file r_local.h.
Referenced by R_InitExtensions(), R_UploadData(), R_UploadLightmapBlock(), and R_UploadTexture().
filter to use if the image is larger than the original texture or stretched on the screen
Definition at line 180 of file r_local.h.
Referenced by R_Init(), R_UploadAlpha(), and R_UploadTexture().
filter to use if the image is smaller than the original texture or stretched on the screen
Definition at line 179 of file r_local.h.
Referenced by R_Init(), and R_UploadTexture().
Definition at line 173 of file r_local.h.
Referenced by R_Init(), R_TextureSolidMode(), R_UploadData(), R_UploadLightmapBlock(), and R_UploadTexture().
Definition at line 186 of file r_local.h.
Referenced by R_InitializeShader(), R_RegisterImageVars(), and R_VerifyDriver().
Definition at line 182 of file r_local.h.
Referenced by R_InitExtensions(), and R_UploadTexture().
char rconfig_t::lodDir[8] |
Definition at line 162 of file r_local.h.
Referenced by R_Draw3DGlobe(), and R_InitExtensions().
Definition at line 168 of file r_local.h.
Referenced by R_BeginFrame(), R_CreateFramebuffer(), R_InitExtensions(), R_TextureMode(), and R_UploadTexture().
Definition at line 159 of file r_local.h.
Referenced by R_InitExtensions().
Definition at line 157 of file r_local.h.
Referenced by R_BindColorAttachments(), R_CreateFramebuffer(), R_InitExtensions(), and R_InitFBObjects().
Definition at line 156 of file r_local.h.
Referenced by R_CvarCheckDynamicLights(), and R_InitExtensions().
Definition at line 158 of file r_local.h.
Referenced by R_InitExtensions().
Definition at line 154 of file r_local.h.
Referenced by R_InitExtensions(), R_SelectTexture(), and R_SetDefaultState().
Definition at line 152 of file r_local.h.
Referenced by R_CvarCheckMaxLightmap(), R_GetScaledTextureSize(), R_Init(), and R_InitExtensions().
Definition at line 153 of file r_local.h.
Referenced by R_InitExtensions().
Definition at line 155 of file r_local.h.
Referenced by R_InitExtensions().
Definition at line 160 of file r_local.h.
Referenced by R_InitExtensions().
support for non power of two textures
Definition at line 184 of file r_local.h.
Referenced by R_InitExtensions().
const char* rconfig_t::rendererString |
Definition at line 147 of file r_local.h.
Referenced by R_Init(), R_SearchForVendor(), and R_Strings_f().
const char* rconfig_t::shadingLanguageVersion |
Definition at line 151 of file r_local.h.
Referenced by R_InitExtensions().
const char* rconfig_t::vendorString |
Definition at line 148 of file r_local.h.
Referenced by R_Init(), R_SearchForVendor(), and R_Strings_f().
const char* rconfig_t::versionString |
Definition at line 149 of file r_local.h.
Referenced by R_EnforceVersion(), R_Init(), and R_Strings_f().
Definition at line 164 of file r_local.h.
Referenced by Rimp_Init().