Gets OpenGL ready to work in a window
| 2105 | |
| 2106 | // Gets OpenGL ready to work in a window |
| 2107 | int 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 |
| 2113 | void rend_CloseOpenGLWindow(void) { |
no test coverage detected