Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void shutdown()
63
{
64
TFE_Markdown::shutdown();
65
66
ImGui_ImplOpenGL3_Shutdown();
67
ImGui_ImplSDL2_Shutdown();
68
ImGui::DestroyContext();
69
}
70
71
void setUiScale(s32 scale)
72
{
Callers
2
main
Function · 0.50
destroy
Function · 0.50
Calls
2
ImGui_ImplOpenGL3_Shutdown
Function · 0.85
ImGui_ImplSDL2_Shutdown
Function · 0.85
Tested by
no test coverage detected