| 568 | } |
| 569 | |
| 570 | static 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 | |
| 582 | static void RunFrameInstance(int elapsedMsec) { |
| 583 | BE1::Engine::RunFrame(elapsedMsec); |
no test coverage detected