glXGetFBConfigs

list all GLX frame buffer configurations for a given screen

Signature

glXGetFBConfigs( Display * ( dpy ) , int ( screen ) , int * ( nelements ) )-> GLXFBConfig *
glXGetFBConfigs( dpy , screen , 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.
nelements
Returns the number of GLXFBConfigs returned.