MCPcopy Create free account
hub / github.com/demoth/jake2 / R_Shutdown

Method R_Shutdown

client/src/main/java/jake2/client/render/fast/Main.java:1304–1318  ·  view source on GitHub ↗

R_Shutdown

()

Source from the content-addressed store, hash-verified

1302 * R_Shutdown
1303 */
1304 public void R_Shutdown() {
1305 Cmd.RemoveCommand("modellist");
1306 Cmd.RemoveCommand("screenshot");
1307 Cmd.RemoveCommand("imagelist");
1308 Cmd.RemoveCommand("gl_strings");
1309
1310 Mod_FreeAll();
1311
1312 GL_ShutdownImages();
1313
1314 /*
1315 * shut down OS specific OpenGL stuff like contexts, etc.
1316 */
1317 glImpl.shutdown();
1318 }
1319
1320 /**
1321 * R_BeginFrame

Callers

nothing calls this directly

Calls 4

RemoveCommandMethod · 0.95
Mod_FreeAllMethod · 0.95
GL_ShutdownImagesMethod · 0.95
shutdownMethod · 0.65

Tested by

no test coverage detected