OpenGL.WGL.ARB.create_context_profile

OpenGL extension ARB.create_context_profile
This module customises the behaviour of the OpenGL.raw.WGL.ARB.create_context_profile 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_profile.txt

Functions

Constants

ERROR_INVALID_PROFILE_ARB (8342)
WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB (2)
WGL_CONTEXT_CORE_PROFILE_BIT_ARB (1)
WGL_CONTEXT_PROFILE_MASK_ARB (37158)