OpenGL.GLX.ARB.create_context

OpenGL extension ARB.create_context
This module customises the behaviour of the OpenGL.raw.GLX.ARB.create_context to provide a more Python-friendly API
The official definition of this extension is available here: http://www.opengl.org/registry/specs/ARB/create_context.txt

Functions

Constants

GLX_CONTEXT_DEBUG_BIT_ARB (1)
GLX_CONTEXT_FLAGS_ARB (8340)
GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB (2)
GLX_CONTEXT_MAJOR_VERSION_ARB (8337)
GLX_CONTEXT_MINOR_VERSION_ARB (8338)