MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / rend_SetRendererType

Function rend_SetRendererType

renderer/HardwareOpenGL.cpp:1571–1574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1569}
1570
1571void rend_SetRendererType(renderer_type state) {
1572 Renderer_type = state;
1573 mprintf(0, "RendererType is set to %d.\n", state);
1574}
1575
1576void rend_SetLighting(light_state state) {
1577 if (state == gpu_state.cur_light_state)

Callers 1

rend_InitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected