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

Function render

TheForceEngine/TFE_Ui/ui.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void render()
96{
97 ImGui::Render();
98 ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
99 s_guiFrameActive = false;
100}
101
102bool isGuiFrameActive() { return s_guiFrameActive; }
103

Callers 2

mainFunction · 0.50
swapFunction · 0.50

Calls 1

Tested by

no test coverage detected