OpenGL.WGL.ARB.create_context
OpenGL extension ARB.create_context
This module customises the behaviour of the
OpenGL.raw.WGL.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
ERROR_INVALID_VERSION_ARB (8341)
WGL_CONTEXT_DEBUG_BIT_ARB (1)
WGL_CONTEXT_FLAGS_ARB (8340)
WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB (2)
WGL_CONTEXT_LAYER_PLANE_ARB (8339)
WGL_CONTEXT_MAJOR_VERSION_ARB (8337)
WGL_CONTEXT_MINOR_VERSION_ARB (8338)