TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Init()

void Application::Init ( )

Definition at line 92 of file Application.cpp.

93{
94 m_Window = new Window(m_WindowTitle);
95 m_Window->SetVSync(true);
96 m_Window->SetVisible(false);
97 isActive = true;
98 s_App = this;
99 InitGlad();
100 InitImGui(windowConfigPath);
101}
Definition: Window.h:26