commit | 651d9e2558bcb9870b9a8f1dc87653bb2d5a0d36 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Thu Feb 09 10:34:14 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Thu Feb 09 10:34:14 2023 +0000 |
tree | 111c2bf424c74e9615e82cb94fc43443759075f0 | |
parent | 199440e37cbf7024ce56a5950d83669a62959870 [diff] |
tint/ast: Change Variable::symbol to Variable::name Variable::name is an ast::Identifier. The goal here is to have all AST nodes use an identifier instead of symbols directly. This will greatly simplify the renamer transform, and gives the symbol a Source location, which is helpful for diagnostics and tooling. Change-Id: I71fe3e8df3d22b12d4a3430c41f236ddf5bc0b9e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119282 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@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.