Colobot
|
Additional config with OpenGL-specific settings. More...
#include <glutil.h>
Public Member Functions | |
GLDeviceConfig () | |
Constructor calls LoadDefaults() | |
void | LoadDefault () |
Loads the default values. | |
![]() | |
DeviceConfig () | |
Constructor calls LoadDefault() | |
void | LoadDefault () |
Loads the default values. | |
Public Attributes | |
int | redSize |
Size of red channel in bits. | |
int | greenSize |
Size of green channel in bits. | |
int | blueSize |
Size of blue channel in bits. | |
int | alphaSize |
Size of alpha channel in bits. | |
int | depthSize |
Color depth in bits. | |
bool | hardwareAccel |
Force hardware acceleration (video mode set will fail on lack of hw accel) | |
VBOMode | vboMode |
VBO override/autodetect. | |
![]() | |
Math::IntPoint | size |
Screen size. | |
int | bpp |
Bits per pixel. | |
bool | fullScreen |
Full screen. | |
bool | resizeable |
Resizeable window. | |
bool | doubleBuf |
Double buffering. | |
bool | noFrame |
No window frame (also set with full screen) | |
Additional config with OpenGL-specific settings.