Shuts down OpenGL in a window
| 2111 | |
| 2112 | // Shuts down OpenGL in a window |
| 2113 | void rend_CloseOpenGLWindow(void) { |
| 2114 | opengl_Close(); |
| 2115 | WindowGL = 0; |
| 2116 | OpenGL_window_initted = 0; |
| 2117 | mprintf(1, "SHUTTING DOWN WINDOWED OPENGL!"); |
| 2118 | } |
| 2119 | |
| 2120 | // Sets the hardware bias level for coplanar polygons |
| 2121 | // This helps reduce z buffer artifacts |
no test coverage detected