gfx icon indicating copy to clipboard operation
gfx copied to clipboard

Soundness with new swapchain model on Vulkan

Open kvark opened this issue 4 years ago • 2 comments

Related to #3015 The latest update from LunarG says (https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/12#issuecomment-596818211) our approach is unsound:

Waiting on the acquire fence is not a guarantee that the submitted work has been completed, even on the same image index. The only way to guarantee this is to wait on the signaled fence from the QueueSubmit().

kvark avatar Mar 25 '20 19:03 kvark

@kvark any updates on this? What's the blocker here; research, decision or effort?

safasofuoglu avatar Dec 03 '20 17:12 safasofuoglu

There is actually an update, it's in that LunarG issue. It was re-opened, so we are blocked on them either fixing this, or stating the resolution on whether what we do is sound or not.

kvark avatar Dec 03 '20 17:12 kvark