Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
void 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
compCB
Function · 0.85
init
Function · 0.85
Calls
1
value
Method · 0.45
Tested by
no test coverage detected