TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
Clear()
void Window::Clear
(
)
Definition at line
73
of file
Window.cpp
.
74
{
75
glClearColor(m_ClearColor.r, m_ClearColor.g, m_ClearColor.b, 1.0);
76
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
77
}
Window
Generated on Thu Apr 7 2022 14:10:55 for TerraForge3D by
1.9.3