The GLContextSettings structure defines a way to tell OpenGL important user settings, like the desired major / minor version or the anti aliasing level.
Note: if anti aliasing is activated you will notice a drastic reduction of your framerate.
CTor
The profile of the OpenGL Context
The supported OpenGL Versions
Anti aliasing level. Default is AntiAlias.None
The OpenGL Context profile. Default is Profile.Compatibility
The OpenGL Version. Default is Version.Default
See Implementation
Randy Schuett (rswhite4@googlemail.com)
The GLContextSettings structure defines a way to tell OpenGL important user settings, like the desired major / minor version or the anti aliasing level.
Note: if anti aliasing is activated you will notice a drastic reduction of your framerate.