1
0
Fork 0
forked from wry/wry

gfx: wait for idle if rendering doesn't support explicit sync

This commit is contained in:
Julian Orth 2024-09-10 14:27:45 +02:00
parent 80c7a1f47c
commit 12c9b36ded
4 changed files with 7 additions and 2 deletions

View file

@ -747,6 +747,7 @@ impl VulkanRenderer {
Ok(s) => Some(s),
Err(e) => {
log::error!("Could not export sync file from fence: {}", ErrorFmt(e));
self.block();
None
}
};