Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ fconfig_setgamma
Function
fconfig_setgamma
server/fakerconfig.cpp:274–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
273
274
void fconfig_setgamma(FakerConfig &fc, double gamma)
275
{
276
fc.gamma = gamma;
277
fconfig_buildlut(fc);
278
}
279
280
281
void fconfig_reloadenv(void)
Callers
3
fconfig_init
Function · 0.85
fconfig_reloadenv
Function · 0.85
gammaCB
Function · 0.85
Calls
1
fconfig_buildlut
Function · 0.85
Tested by
no test coverage detected