OpenGL.GLX.VERSION.GLX_1_1

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

Functions

glXGetClientString( dpy , name ) -> <class 'ctypes.c_char_p'>
glXQueryExtensionsString( dpy , screen ) -> <class 'ctypes.c_char_p'>
glXQueryServerString( dpy , screen , name ) -> <class 'ctypes.c_char_p'>

Constants

GLX_EXTENSIONS (3)
GLX_VENDOR (1)
GLX_VERSION (2)