We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e982d8a commit aa67faeCopy full SHA for aa67fae
filament/src/details/Renderer.cpp
@@ -585,12 +585,6 @@ void FRenderer::renderStandaloneView(FView const* view) {
585
// for endFrame() above. This operation in actually not too heavy, it just kicks the
586
// driver thread, which is mostlikely already running.
587
engine.flush();
588
-
589
- // FIXME: This is a workaround for internal bug b/361822355.
590
- // properly address the bug and remove this workaround.
591
- if (engine.getBackend() == Backend::VULKAN) {
592
- engine.flushAndWait();
593
- }
594
}
595
596
0 commit comments