commit | 2ebd297ae87980c72a055fc5f06d8c590857d002 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Sep 28 00:06:22 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 28 00:06:22 2023 +0000 |
tree | 727d77214c1de859c25f1a07433fd1cdc2b5a3e9 | |
parent | b1c7464f22074e923f90c3fc474cd16c19513ba0 [diff] |
Vulkan: Only enable Robustness2 extension when Dawn Robustness is enabled This patch only enables the Vulkan extension VK_EXT_Robustness2 when the robustness of Dawn is enabled, otherwise this extension shouldn't be enabled. Bug: tint:1890 Change-Id: I7d2120405a6e1915ee89ab3fd000501f767b9398 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/153760 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> 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 the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.