Created VAO

This commit is contained in:
Lauchmelder 2021-12-20 16:58:47 +01:00
parent eeac82d8a1
commit 8f1ea5c7ff
7 changed files with 126 additions and 3 deletions

View file

@ -67,7 +67,7 @@ void Application::Launch()
{
glfwPollEvents();
glClearColor(0.1f, 0.0f, 0.1f, 1.0f);
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
glClear(GL_COLOR_BUFFER_BIT);
glfwSwapBuffers(window);