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

Method getSwapInterval

server/VirtualWin.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 void wmDeleted(void);
47 void enableWMDeleteHandler(void);
48 int getSwapInterval(void) { return swapInterval; }
49 void setSwapInterval(int swapInterval_) { swapInterval = swapInterval_; }
50
51 bool dirty, rdirty;

Callers 3

glXQueryDrawableFunction · 0.80
glXSwapBuffersFunction · 0.80
eglSwapBuffersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected