Skip to content

Commit

Permalink
Disable waitIdle after each frame
Browse files Browse the repository at this point in the history
  • Loading branch information
W4RH4WK committed Jan 11, 2021
1 parent 527a67a commit 3b79be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raygun/render/render_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void RenderSystem::render(Scene& scene)

presentFrame();

vc.waitIdle();
// vc.waitIdle();
}

namespace {
Expand Down

0 comments on commit 3b79be8

Please sign in to comment.