ash icon indicating copy to clipboard operation
ash copied to clipboard

examples: Fix sync validation errors

Open koplas opened this issue 1 year ago • 1 comments

Simplify the fence usage to avoid errors with synchronization.

Closes #917

koplas avatar Sep 17 '24 13:09 koplas

I had to remove the fence wait in record_submit_commandbuffer. While inspecting the code I found that calling record_submit_commandbuffer is not safe, as there is a plethora of things that are not checked that could violate that valid usage (See for example https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkQueueSubmit.html#_description).

koplas avatar Sep 23 '24 11:09 koplas

Superseded by #1009

koplas avatar Oct 30 '25 07:10 koplas