TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ MakeCurrentContext()

void Window::MakeCurrentContext ( )

Definition at line 162 of file Window.cpp.

163{
164 if (m_Window)
165 {
166 glfwMakeContextCurrent(m_Window);
167 }
168}