TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ RenderImGui()

void Application::RenderImGui ( )

Definition at line 136 of file Application.cpp.

137{
138 glEnable(GL_BLEND);
139 ImGuiRenderBegin();
140 OnImGuiRender();
141 ImGuiRenderEnd();
142 glDisable(GL_BLEND);
143}