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.
62 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) :
Definition AlResource.hpp:35
Uint32 attributeFlags
The attribute flags to create the context with.
Definition ContextSettings.hpp:81
unsigned int majorVersion
Major number of the context version to create.
Definition ContextSettings.hpp:79
unsigned int minorVersion
Minor number of the context version to create.
Definition ContextSettings.hpp:80
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:62
@ Default
Non-debug, compatibility context (this and the core attribute are mutually exclusive)
Definition ContextSettings.hpp:45