ContextSettings.hpp
7 // In no event will the authors be held liable for any damages arising from the use of this software.
61 explicit ContextSettings(unsigned int depth = 0, unsigned int stencil = 0, unsigned int antialiasing = 0, unsigned int major = 1, unsigned int minor = 1, unsigned int attributes = Default, bool sRgb = false) :
Uint32 attributeFlags
The attribute flags to create the context with.
Definition: ContextSettings.hpp:80
Non-debug, compatibility context (this and the core attribute are mutually exclusive) ...
Definition: ContextSettings.hpp:44
Structure defining the settings of the OpenGL context attached to a window.
Definition: ContextSettings.hpp:36
Definition: AlResource.hpp:34
ContextSettings(unsigned int depth=0, unsigned int stencil=0, unsigned int antialiasing=0, unsigned int major=1, unsigned int minor=1, unsigned int attributes=Default, bool sRgb=false)
Default constructor.
Definition: ContextSettings.hpp:61
unsigned int majorVersion
Major number of the context version to create.
Definition: ContextSettings.hpp:78
unsigned int minorVersion
Minor number of the context version to create.
Definition: ContextSettings.hpp:79