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

Method EndRender

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:940–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940void Window::EndRender(DrawingContext& context)
941{
942 if (rendering_) {
943 EndDrawingWindow();
944 ImGui::End();
945 context.PopScaling();
946 rendering_ = false;
947 }
948}
949
950lua::ImguiHandle Window::AddMainMenu()
951{

Callers

nothing calls this directly

Calls 1

PopScalingMethod · 0.80

Tested by

no test coverage detected