Logo


search API (or start typing anywhere)


RenderConfigOpenGL

snow.types.RenderConfigOpenGL defined in snow.types.Types

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.


typedef


 

Members


profile
profile : Null<snow.types.OpenGLProfile>
The OpenGL context profile to request
minor
minor : Null<Int>
The minor OpenGL version to request
major
major : Null<Int>
The major OpenGL version to request