commit | b92a363a1a710562df9416c07bb7c0b8f4833bc2 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Fri Jul 17 07:30:36 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Jul 17 07:30:36 2020 +0000 |
tree | cc6be457817ad20dc0446b83fc6a151edda39bbb | |
parent | cb2938a1afd7ce82505e61e52df62a6e94832f84 [diff] |
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.