MCPcopy Create free account
hub / github.com/Norbyte/bg3se / DestroyUI

Method DestroyUI

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:1850–1861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1848}
1849
1850void IMGUIManager::DestroyUI()
1851{
1852 if (!initialized_) return;
1853
1854 IMGUI_DEBUG("IMGUIManager::DestroyUI()");
1855
1856 initialized_ = false;
1857 renderer_->DestroyUI();
1858 sdl_.DestroyUI();
1859 GImGui->Viewports.clear();
1860 ImGui::DestroyContext();
1861}
1862
1863void IMGUIManager::EnableUI(bool enabled)
1864{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected