Vulkan: Fix MemoryServiceZirconHandle CreateImage 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>
Dawn is an open-source and cross-platform implementation of the work-in-progress WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h version that Dawn implements.webgpu.h.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.