Config specific to an OpenGL rendering context. Note that these are hints to the system, you must always check the values after initializing for what you actually received. The OS/driver decides.

Variables

@:value(2)major:Int = 2

The major OpenGL version to request

@:value(0)minor:Int = 0

The minor OpenGL version to request

@:value(OpenGLProfile.GLES)profile:OpenGLProfile = OpenGLProfile.GLES

The OpenGL context profile to request