Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ sampCB
Function
sampCB
server/vglconfig.cpp:189–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void sampCB(Fl_Widget *w, void *data)
190
{
191
int d = (int)((long)data);
192
fconfig.subsamp = d;
193
setProf();
194
}
195
196
void qualCB(Fl_Widget *w, void *data)
197
{
Callers
nothing calls this directly
Calls
1
setProf
Function · 0.85
Tested by
no test coverage detected