Skip to content

Commit aa67fae

Browse files
authored
vk: remove renderstandalone workaround (#9236)
The bug might have been addressed by PR #8952. This workaround is no longer needed.
1 parent e982d8a commit aa67fae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

filament/src/details/Renderer.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -585,12 +585,6 @@ void FRenderer::renderStandaloneView(FView const* view) {
585585
// for endFrame() above. This operation in actually not too heavy, it just kicks the
586586
// driver thread, which is mostlikely already running.
587587
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-
}
594588
}
595589
}
596590

0 commit comments

Comments
 (0)