glXGetFBConfigAttrib

return information about a GLX frame buffer configuration

Signature

glXGetFBConfigAttrib( Display * ( dpy ) , GLXFBConfig ( config ) , int ( attribute ) , int * ( value ) )-> int
glXGetFBConfigAttrib( dpy , config , attribute , value ) -> <class 'ctypes.c_int'>

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
config
Specifies the GLX frame buffer configuration to be queried.
attribute
Specifies the attribute to be returned.
value
Returns the requested value.