Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
void GLFrame::sync(void)
207
{
208
glFinish();
209
glXSwapBuffers(dpy, win);
210
glXMakeCurrent(dpy, 0, 0);
211
}
212
213
214
int GLFrame::glError(void)
Callers
nothing calls this directly
Calls
3
glFinish
Function · 0.85
glXSwapBuffers
Function · 0.85
glXMakeCurrent
Function · 0.85
Tested by
no test coverage detected