Skip to content

ext_external_objects: Fixes in the Vulkan framework and tests

Fixes to the Vulkan framework:

  • usage flags are now set in properties so the check if they are set is not needed
  • VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT shouldn't be set when COLOR_ATTACHMENT_BIT, DEPTH_STENCIL_ATTACHMENT_BIT flags are set. So, although according to the spec all usage flags should be set it causes a validation error. Disabled it as we need the other two flags.

Signed-off-by: Eleni Maria Stea elene.mst@gmail.com

Edited by Eleni Maria Stea

Merge request reports