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

Function rend_InitOpenGLWindow

renderer/HardwareOpenGL.cpp:2107–2110  ·  view source on GitHub ↗

Gets OpenGL ready to work in a window

Source from the content-addressed store, hash-verified

2105
2106// Gets OpenGL ready to work in a window
2107int rend_InitOpenGLWindow(oeApplication *app, renderer_preferred_state *pref_state) {
2108 WindowGL = 1;
2109 return opengl_Init(app, pref_state);
2110}
2111
2112// Shuts down OpenGL in a window
2113void rend_CloseOpenGLWindow(void) {

Callers 1

rend_InitFunction · 0.70

Calls 1

opengl_InitFunction · 0.70

Tested by

no test coverage detected