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

Method sync

client/GLFrame.cpp:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205
206void GLFrame::sync(void)
207{
208 glFinish();
209 glXSwapBuffers(dpy, win);
210 glXMakeCurrent(dpy, 0, 0);
211}
212
213
214int GLFrame::glError(void)

Callers

nothing calls this directly

Calls 3

glFinishFunction · 0.85
glXSwapBuffersFunction · 0.85
glXMakeCurrentFunction · 0.85

Tested by

no test coverage detected