glXQueryExtensionsString

return list of supported extensions

Signature

glXQueryExtensionsString( Display * ( dpy ) , int ( screen ) )-> const char *
glXQueryExtensionsString( dpy , screen ) -> <class 'ctypes.c_char_p'>

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
screen
Specifies the screen number.