glXChooseFBConfig

return a list of GLX frame buffer configurations that match the specified attributes

Signature

glXChooseFBConfig( Display * ( dpy ) , int ( screen ) , const int * ( attrib_list ) , int * ( nelements ) )-> GLXFBConfig *
glXChooseFBConfig( dpy , screen , attrib_list , nelements ) -> <class 'OpenGL.raw.GLX.VERSION.GLX_1_3.LP_LP_struct___GLXFBConfigRec'>

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
screen
Specifies the screen number.
attrib_list
Specifies a list of attribute/value pairs. The last attribute must be None .
nelements
Returns the number of elements in the list returned by glXChooseFBConfig .