commit | 999db74a24031f54f0741285d7fa47bb8a56f2b0 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Thu Feb 02 15:16:28 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 02 15:16:28 2023 +0000 |
tree | cb7e67889c58f5807336cbf13a3fb327cabe6e8b | |
parent | 6e31bc24b139b2ac3ab83297f1e5eecac566e185 [diff] |
tint: Have ast::CallExpression use ast::Identifier Instead of ast::IdentifierExpression. The name is not an expression, as it resolves to a function, builtin or type. Bug: tint:1257 Change-Id: I13143f2bbc208e9e2934dad20fe5c9aa59520b68 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/118341 Kokoro: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: 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.