commit | 077d97a387bf41700fadccbc2b95df24162682b8 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Feb 23 19:08:57 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 23 19:08:57 2023 +0000 |
tree | 46559273aae1a3ce40f4a026aeee79b194e785ff | |
parent | 9386f73446d8aa997a213c0ed910d923cfcf032a [diff] |
Add `SuggestAlternatives` to attributes. This CL adds an `attribute` enum into intrinsics.def and updates the WGSL parser to use the enum parser and SuggestAlternatives. Bug: tint:1831 Change-Id: I33b3e6bbf092282d9b1f86a1080e69940f55ff68 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/121280 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> 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.