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
Variables | Description |
---|---|
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
.
|