Created VAO
This commit is contained in:
parent
eeac82d8a1
commit
8f1ea5c7ff
7 changed files with 126 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue