This commit is contained in:
Ben Kyd
2019-07-30 01:39:22 +01:00
parent 3bb08e48ca
commit 70e406517b
7 changed files with 10 additions and 16 deletions

View File

@@ -29,7 +29,10 @@ void ProgressiveRenderer::Render() {
// Update the camera
m_scene->camera->Update();
for (int x = 0; x < m_scene->w; x++)
for (int y = 0; y < m_scene->h; y++) {
}
// Swap framebuffers
m_interface->Update();