MCPcopy 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
189void sampCB(Fl_Widget *w, void *data)
190{
191 int d = (int)((long)data);
192 fconfig.subsamp = d;
193 setProf();
194}
195
196void qualCB(Fl_Widget *w, void *data)
197{

Callers

nothing calls this directly

Calls 1

setProfFunction · 0.85

Tested by

no test coverage detected