commit | bfe346b8723e37a23de1f4b199bfaeff156ae70a | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Jun 13 02:02:33 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 13 02:02:33 2023 +0000 |
tree | e9def3bcd19a67967f50bd775125b36d0510e93d | |
parent | 5ca3bede7e61ae4706fd96afa1e1932cfd87a9b1 [diff] |
Vulkan: Add missing physical device feature queries This patch adds below physical device feature queries and only enables the corresponding features when the queries on the support of these features are VK_TRUE: - VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR - VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR Bug: dawn:1302, tint:1497 Change-Id: If8b58874e0db09557abf720ceed71f255c83b8c6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/136923 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Kokoro: Kokoro <noreply+kokoro@google.com>
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.