5f4ee14895
Instead of resetting at the top of the loop, we create the fence in the signaled state and then unconditionally reset it before vkQueueSubmit. This gives us a bit more flexibility with how we handle the fence in the case where the client provides zero semaphores. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Simon Ser <contact@emersion.fr> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16333>