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

Function isDirect

server/backend.cpp:743–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741
742
743Bool isDirect(GLXContext ctx)
744{
745 if(fconfig.egl)
746 return True;
747 else
748 return _glXIsDirect(DPY3D, ctx);
749}
750
751
752Bool makeCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read,

Callers 4

glXCreateContextFunction · 0.85
glXCreateNewContextFunction · 0.85
glXIsDirectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected