MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / glXGetFBConfigFromVisualSGIX

Function glXGetFBConfigFromVisualSGIX

server/faker-glx.cpp:1202–1212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1200// See notes for matchConfig()
1201
1202GLXFBConfigSGIX glXGetFBConfigFromVisualSGIX(Display *dpy, XVisualInfo *vis)
1203{
1204 TRY();
1205
1206 if(IS_EXCLUDED(dpy))
1207 return _glXGetFBConfigFromVisualSGIX(dpy, vis);
1208 else return (GLXFBConfig)matchConfig(dpy, vis);
1209
1210 CATCH();
1211 return 0;
1212}
1213
1214
1215// Hand off to the 3D X server without modification.

Callers 1

configVsVisualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected