commit | 60d373810230b1cc6246122e1c63ab0eccb8bbf5 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Feb 21 22:01:48 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 21 22:01:48 2023 +0000 |
tree | 1f031e1aab9c19eaf9ee9ef4cf698fd9928b08d7 | |
parent | 2f689a7efe70d0ca86b195a04cc6bdaceb84e5cf [diff] |
tint: Fix ICE in ast::TemplatedIdentifier ctor Invalid programs could attempt to construct an ast::TemplatedIdentifier with no template arguments. In this situation an ast::Identifier should be constructed instead. Bug: chromium:1417465 Change-Id: Id1516cd83679947b5346c69ce5453d72f4f93b49 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120841 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> 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.