glXGetCurrentDrawable

return the current drawable

Signature

glXGetCurrentDrawable( )-> GLXDrawable
glXGetCurrentDrawable( ) -> <class 'ctypes.c_ulong'>

Description

glXGetCurrentDrawable returns the current drawable, as specified by glXMakeCurrent . If there is no current drawable, None is returned.
glXGetCurrentDrawable returns client-side information. It does not make a round trip to the server.

See Also