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

Function setStereo

server/vglconfig.cpp:155–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void setStereo(void)
156{
157 int i;
158 if(!stereoChoice) return;
159 if(strlen(fconfig.transport) == 0 && !fconfig.transvalid[RRTRANS_VGL])
160 stereoChoice->mode(2, FL_MENU_INACTIVE);
161 else stereoChoice->mode(2, 0);
162 for(i = 0; i < RR_STEREOOPT; i++)
163 if(fconfig.stereo == i) stereoChoice->value(i);
164}
165
166void setFPS(void)
167{

Callers 3

compCBFunction · 0.85
profCBFunction · 0.85
initFunction · 0.85

Calls 2

modeMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected