MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / ShutdownInstance

Function ShutdownInstance

Source/Player/AndroidMain.cpp:570–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570static void ShutdownInstance() {
571 app.Shutdown();
572
573 app.mainRenderContext->Shutdown();
574
575 BE1::renderSystem.FreeRenderContext(app.mainRenderContext);
576
577 BE1::gameClient.Shutdown();
578
579 BE1::Engine::Shutdown();
580}
581
582static void RunFrameInstance(int elapsedMsec) {
583 BE1::Engine::RunFrame(elapsedMsec);

Callers 1

android_mainFunction · 0.70

Calls 2

FreeRenderContextMethod · 0.80
ShutdownMethod · 0.45

Tested by

no test coverage detected