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

Function glXMakeCurrentReadSGI

server/faker-glx.cpp:1919–1923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1917
1918
1919Bool glXMakeCurrentReadSGI(Display *dpy, GLXDrawable draw, GLXDrawable read,
1920 GLXContext ctx)
1921{
1922 return glXMakeContextCurrent(dpy, draw, read, ctx);
1923}
1924
1925
1926// Hand off to the 3D X server without modification.

Callers

nothing calls this directly

Calls 1

glXMakeContextCurrentFunction · 0.85

Tested by

no test coverage detected