glXGetClientString

return a string describing the client

Signature

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

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
name
Specifies which string is returned. The symbolic constants GLX_VENDOR , GLX_VERSION , and GLX_EXTENSIONS are accepted.