UFO: Alien Invasion
Loading...
Searching...
No Matches
rconfig_t Struct Reference

GL config stuff. More...

#include <r_local.h>

Collaboration diagram for rconfig_t:
Collaboration graph

Data Fields

const char * rendererString
const char * vendorString
const char * versionString
const char * extensionsString
int glVersionMajor
int glVersionMinor
int glslVersionMajor
int glslVersionMinor
int maxTextureSize
int maxTextureUnits
int maxTextureCoords
int maxVertexAttribs
int maxVertexBufferSize
int maxLights
int maxDrawBuffers
int maxRenderbufferSize
int maxColorAttachments
int maxVertexTextureImageUnits
char lodDir [8]
int videoMemory
bool hwgamma
int32_t maxAnisotropic
bool anisotropic
bool frameBufferObject
bool 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
bool lod_bias
bool nonPowerOfTwo
hardwareType_t hardwareType

Detailed Description

GL config stuff.

Definition at line 155 of file r_local.h.

Field Documentation

◆ anisotropic

bool rconfig_t::anisotropic

Definition at line 185 of file r_local.h.

◆ drawBuffers

bool rconfig_t::drawBuffers

Definition at line 187 of file r_local.h.

◆ extensionsString

const char* rconfig_t::extensionsString

Definition at line 159 of file r_local.h.

◆ frameBufferObject

bool rconfig_t::frameBufferObject

Definition at line 186 of file r_local.h.

◆ gl_alpha_format

int rconfig_t::gl_alpha_format

Definition at line 190 of file r_local.h.

◆ gl_compressed_alpha_format

int rconfig_t::gl_compressed_alpha_format

Definition at line 193 of file r_local.h.

◆ gl_compressed_solid_format

int rconfig_t::gl_compressed_solid_format

Definition at line 192 of file r_local.h.

◆ gl_filter_max

int rconfig_t::gl_filter_max

filter to use if the image is larger than the original texture or stretched on the screen

Definition at line 196 of file r_local.h.

◆ gl_filter_min

int rconfig_t::gl_filter_min

filter to use if the image is smaller than the original texture or stretched on the screen

Definition at line 195 of file r_local.h.

◆ gl_solid_format

int rconfig_t::gl_solid_format

Definition at line 189 of file r_local.h.

◆ glslVersionMajor

int rconfig_t::glslVersionMajor

Definition at line 164 of file r_local.h.

◆ glslVersionMinor

int rconfig_t::glslVersionMinor

Definition at line 165 of file r_local.h.

◆ glVersionMajor

int rconfig_t::glVersionMajor

Definition at line 161 of file r_local.h.

◆ glVersionMinor

int rconfig_t::glVersionMinor

Definition at line 162 of file r_local.h.

◆ hardwareType

hardwareType_t rconfig_t::hardwareType

Definition at line 202 of file r_local.h.

◆ hwgamma

bool rconfig_t::hwgamma

Definition at line 182 of file r_local.h.

◆ lod_bias

bool rconfig_t::lod_bias

Definition at line 198 of file r_local.h.

◆ lodDir

char rconfig_t::lodDir[8]

Definition at line 178 of file r_local.h.

◆ maxAnisotropic

int32_t rconfig_t::maxAnisotropic

Definition at line 184 of file r_local.h.

◆ maxColorAttachments

int rconfig_t::maxColorAttachments

Definition at line 175 of file r_local.h.

◆ maxDrawBuffers

int rconfig_t::maxDrawBuffers

Definition at line 173 of file r_local.h.

◆ maxLights

int rconfig_t::maxLights

Definition at line 172 of file r_local.h.

◆ maxRenderbufferSize

int rconfig_t::maxRenderbufferSize

Definition at line 174 of file r_local.h.

◆ maxTextureCoords

int rconfig_t::maxTextureCoords

Definition at line 169 of file r_local.h.

◆ maxTextureSize

int rconfig_t::maxTextureSize

Definition at line 167 of file r_local.h.

◆ maxTextureUnits

int rconfig_t::maxTextureUnits

Definition at line 168 of file r_local.h.

◆ maxVertexAttribs

int rconfig_t::maxVertexAttribs

Definition at line 170 of file r_local.h.

◆ maxVertexBufferSize

int rconfig_t::maxVertexBufferSize

Definition at line 171 of file r_local.h.

◆ maxVertexTextureImageUnits

int rconfig_t::maxVertexTextureImageUnits

Definition at line 176 of file r_local.h.

◆ nonPowerOfTwo

bool rconfig_t::nonPowerOfTwo

support for non power of two textures

Definition at line 200 of file r_local.h.

◆ rendererString

const char* rconfig_t::rendererString

Definition at line 156 of file r_local.h.

◆ vendorString

const char* rconfig_t::vendorString

Definition at line 157 of file r_local.h.

◆ versionString

const char* rconfig_t::versionString

Definition at line 158 of file r_local.h.

◆ videoMemory

int rconfig_t::videoMemory

Definition at line 180 of file r_local.h.


The documentation for this struct was generated from the following file: