MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / shutdown

Function shutdown

TheForceEngine/TFE_Ui/ui.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void shutdown()
63{
64 TFE_Markdown::shutdown();
65
66 ImGui_ImplOpenGL3_Shutdown();
67 ImGui_ImplSDL2_Shutdown();
68 ImGui::DestroyContext();
69}
70
71void setUiScale(s32 scale)
72{

Callers 2

mainFunction · 0.50
destroyFunction · 0.50

Calls 2

ImGui_ImplSDL2_ShutdownFunction · 0.85

Tested by

no test coverage detected