Skip to content

ext_external_objects/vulkan framework: fix sharing mode

When VK_SHARING_MODE_EXCLUSIVE is used the src queue family must match the dst queue family. But when we set the pipeline barrier for the attachments the source is VK_QUEUE_FAMILY_IGNORED and the destination is VK_QUEUE_FAMILY_EXTERNAL. Changed the sharingMode to be concurrent (it is exclusive by default when not set) and fixed an AMD assertion failure when running the test.

Signed-off-by: Eleni Maria Stea estea@igalia.com

Merge request reports