OpenGL.GLX.ARB.create_context_robustness
OpenGL extension ARB.create_context_robustness
This module customises the behaviour of the
OpenGL.raw.GLX.ARB.create_context_robustness 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_robustness.txt
Functions
Constants
GLX_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB (33366)
GLX_CONTEXT_ROBUST_ACCESS_BIT_ARB (4)
GLX_LOSE_CONTEXT_ON_RESET_ARB (33362)
GLX_NO_RESET_NOTIFICATION_ARB (33377)