Colobot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
Gfx::GLDeviceConfig Struct Reference

Additional config with OpenGL-specific settings. More...

#include <gldevice.h>

Inheritance diagram for Gfx::GLDeviceConfig:
Inheritance graph
[legend]

Public Member Functions

 GLDeviceConfig ()
 Constructor calls LoadDefaults()
 
void LoadDefault ()
 Loads the default values.
 
- Public Member Functions inherited from Gfx::DeviceConfig
 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.
 
- Public Attributes inherited from Gfx::DeviceConfig
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)
 

Detailed Description

Additional config with OpenGL-specific settings.


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