commit | ce31d187ef1fca96d17fcfd7403696f5c6e3f2ff | [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 | 6590ae092af20c60ca492fda4c487a33cbfef531 | |
parent | 057a7337584e4776fc7b6a7e61a1ee1447784fae [diff] |
tint/ast: Change Function::symbol to Function::name Function::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: I723a9a104668758db2cb32051efa1f6d3c105913 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119280 Reviewed-by: James Price <jrprice@google.com> Kokoro: Ben Clayton <bclayton@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.