mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-04 12:16:10 +00:00
vkCreateImage when bound to imported memory, must also have a VkExternalImageCreateInfo struct in its pNext chain that has VK_EXTERNAL_MEMORY_HANDLE_TYPE_TEMP_ZIRCON_VMO_BIT_FUCHSIA as a handleType. This was discovered when tests started failing after a roll of the Vulkan validation layers. Bug: none Change-Id: Ic7fc95f963062c8740e714a490adf6a020fed220 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/25100 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>