glXQueryServerString

return string describing the server

Signature

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

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
screen
Specifies the screen number.
name
Specifies which string is returned: one of GLX_VENDOR , GLX_VERSION , or GLX_EXTENSIONS .