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

Function setFPS

server/vglconfig.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void setFPS(void)
167{
168 char temps[20];
169 snprintf(temps, 19, "%.2f", fconfig.fps);
170 fpsInput->value(temps);
171}
172
173
174// Callbacks

Callers 2

compCBFunction · 0.85
initFunction · 0.85

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected