commit | 0fe9e44003cf84ab6c896a33546bd883acbd9d9f | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Sep 22 21:51:31 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 22 21:51:31 2023 +0000 |
tree | 978719bec00fbbb71a73653d9af16a8ca2707e27 | |
parent | 74eb4099e2f565c0e74fba086d4e2b1fca5e31a9 [diff] |
Switch from Vulkan-Tools to Vulkan-Utility-Libraries Vulkan-Utility-Libraries (VKU) is now the source-of-truth for this helper, and since VVL requires VKU already this essentially removes one dependency from Dawn. This also removes one code transformation requires for the google3 build, where Vulkan-Tools is not available. Change-Id: Id758c041ab107d9096127a7c42a7accf389b66eb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/153180 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: James Price <jrprice@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.