OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlatformOpenGLOptions Struct Reference

#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
 

Member Data Documentation

◆ depthBits

int PlatformOpenGLOptions::depthBits = -1

◆ doubleBuffered

bool PlatformOpenGLOptions::doubleBuffered = true

◆ profile

PlatformOpenGLProfile PlatformOpenGLOptions::profile = GL_PROFILE_CORE

◆ stencilBits

int PlatformOpenGLOptions::stencilBits = -1

◆ versionMajor

int PlatformOpenGLOptions::versionMajor = -1

◆ versionMinor

int PlatformOpenGLOptions::versionMinor = -1

◆ vsyncMode

PlatformVSyncMode PlatformOpenGLOptions::vsyncMode = GL_VSYNC_ADAPTIVE

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