Proper GLFW message handling and pinkness!
This commit is contained in:
@@ -51,6 +51,8 @@ void DummyRenderer::Initialize()
|
||||
|
||||
void DummyRenderer::Draw(RenderQueueCollection& rq)
|
||||
{
|
||||
glClearColor(255.f / 255, 163.f / 255, 176.f / 255, 0.f);
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
glfwSwapBuffers(m_Window);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user