#include <stdio.h>
#include <stdlib.h>
#include <tgfclient.h>
#include <raceinit.h>
#include <graphic.h>
#include <glfeatures.h>
#include <portability.h>
#include "openglconfig.h"
Go to the source code of this file.
|
| static float | LabelColor [] = {1.0, 0.0, 1.0, 1.0} |
| |
| static const char * | textureCompressOptionList [] |
| |
| static const int | nbOptionsTextComp = sizeof(textureCompressOptionList) / sizeof(textureCompressOptionList[0]) |
| |
| static int | curOptionTextComp = 0 |
| |
| static int | TextureCompressOptionId |
| |
| static int | textureSizeOptionList [] = {8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384} |
| |
| static int | nbOptionsTextSize = sizeof(textureSizeOptionList) / sizeof(textureSizeOptionList[0]) |
| |
| static int | curOptionTextSize = 0 |
| |
| static int | TextureSizeOptionId |
| |
| static const int | defaultTextSize = 64 |
| |
| static void * | scrHandle = NULL |
| |
| static void * | prevHandle = NULL |
| |
- Version
- $Id$
Definition in file openglconfig.cpp.
◆ changeTextureCompressState()
| static void changeTextureCompressState |
( |
void * |
vp | ) |
|
|
static |
◆ changeTextureSizeState()
| static void changeTextureSizeState |
( |
void * |
vp | ) |
|
|
static |
◆ onActivate()
| static void onActivate |
( |
void * |
| ) |
|
|
static |
◆ OpenGLMenuInit()
| void* OpenGLMenuInit |
( |
void * |
prevMenu | ) |
|
◆ readOpenGLCfg()
| static void readOpenGLCfg |
( |
void |
| ) |
|
|
static |
◆ saveOpenGLOption()
| static void saveOpenGLOption |
( |
void * |
| ) |
|
|
static |
◆ curOptionTextComp
| int curOptionTextComp = 0 |
|
static |
◆ curOptionTextSize
| int curOptionTextSize = 0 |
|
static |
◆ defaultTextSize
| const int defaultTextSize = 64 |
|
static |
◆ LabelColor
| float LabelColor[] = {1.0, 0.0, 1.0, 1.0} |
|
static |
◆ nbOptionsTextComp
◆ nbOptionsTextSize
◆ prevHandle
◆ scrHandle
◆ TextureCompressOptionId
| int TextureCompressOptionId |
|
static |
◆ textureCompressOptionList
| const char* textureCompressOptionList[] |
|
static |
Initial value:= {
}
#define GR_ATT_TEXTURECOMPRESSION_DISABLED
#define GR_ATT_TEXTURECOMPRESSION_ENABLED
Definition at line 37 of file openglconfig.cpp.
◆ TextureSizeOptionId
◆ textureSizeOptionList
| int textureSizeOptionList[] = {8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384} |
|
static |