Loading...
Searching...
No Matches
ContextSettings.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
Definition AudioResource.hpp:36
Structure defining the settings of the OpenGL context attached to a window.
Definition ContextSettings.hpp:39
unsigned int majorVersion
Major number of the context version to create.
Definition ContextSettings.hpp:58
std::uint32_t attributeFlags
The attribute flags to create the context with.
Definition ContextSettings.hpp:60
unsigned int minorVersion
Minor number of the context version to create.
Definition ContextSettings.hpp:59
@ Default
Non-debug, compatibility context (this and the core attribute are mutually exclusive)
Definition ContextSettings.hpp:46