OpenEnroth 73e68f7
|
#include <PlatformOpenGLOptions.h>
Public Attributes | |
int | versionMajor = -1 |
int | versionMinor = -1 |
PlatformOpenGLProfile | profile = GL_PROFILE_CORE |
PlatformVSyncMode | vsyncMode = GL_VSYNC_ADAPTIVE |
bool | doubleBuffered = true |
int | depthBits = -1 |
int | stencilBits = -1 |
int PlatformOpenGLOptions::depthBits = -1 |
bool PlatformOpenGLOptions::doubleBuffered = true |
PlatformOpenGLProfile PlatformOpenGLOptions::profile = GL_PROFILE_CORE |
int PlatformOpenGLOptions::stencilBits = -1 |
int PlatformOpenGLOptions::versionMajor = -1 |
int PlatformOpenGLOptions::versionMinor = -1 |
PlatformVSyncMode PlatformOpenGLOptions::vsyncMode = GL_VSYNC_ADAPTIVE |