TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ ImGuiRenderBegin()

void Application::ImGuiRenderBegin ( )

Definition at line 107 of file Application.cpp.

108{
109 ImGuiIO &io = ImGui::GetIO();
110 ImGui_ImplGlfw_NewFrame();
111 ImGui_ImplOpenGL3_NewFrame();
112 ImGui::NewFrame();
113}