glXGetProcAddress

obtain a pointer to an OpenGL or GLX function

Signature

glXGetProcAddress( const GLubyte * ( procName ) )-> void(*)()
glXGetProcAddress( procName ) -> <class 'ctypes.CFunctionType'>

Parameters

VariablesDescription
procName
Specifies the name of the OpenGL or GLX function whose address is to be returned.