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

Function rend_ReInit

renderer/HardwareOpenGL.cpp:2070–2073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2068}
2069
2070int rend_ReInit() {
2071 opengl_Close(true);
2072 return opengl_Init(NULL, &gpu_preferred_state);
2073}
2074
2075// Takes a bitmap and blits it to the screen using linear frame buffer stuff
2076// X and Y are the destination X,Y

Callers 1

rend_SetPreferredStateFunction · 0.85

Calls 2

opengl_CloseFunction · 0.70
opengl_InitFunction · 0.70

Tested by

no test coverage detected