Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
void render()
96
{
97
ImGui::Render();
98
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
99
s_guiFrameActive = false;
100
}
101
102
bool isGuiFrameActive() { return s_guiFrameActive; }
103
Callers
2
main
Function · 0.50
swap
Function · 0.50
Calls
1
ImGui_ImplOpenGL3_RenderDrawData
Function · 0.85
Tested by
no test coverage detected