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

Function begin

TheForceEngine/TFE_Ui/ui.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void begin()
88{
89 ImGui_ImplOpenGL3_NewFrame();
90 ImGui_ImplSDL2_NewFrame();
91 ImGui::NewFrame();
92 s_guiFrameActive = true; // No way to check if we're inside a frame using ImGui's APIs?
93}
94
95void render()
96{

Callers 3

mainFunction · 0.50
clearMethod · 0.50
read_internalFunction · 0.50

Calls 2

ImGui_ImplSDL2_NewFrameFunction · 0.85

Tested by

no test coverage detected