glXGetVisualFromFBConfig

return visual that is associated with the frame buffer configuration

Signature

glXGetVisualFromFBConfig( Display * ( dpy ) , GLXFBConfig ( config ) )-> XVisualInfo *
glXGetVisualFromFBConfig( dpy , config ) -> <class 'OpenGL.raw.GLX.VERSION.GLX_1_0.LP_struct_anon_103'>

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
config
Specifies the GLX frame buffer configuration.