commit | 5e8ee8581d802b08c189858eadbad6de8a3090fc | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Sun Jan 08 01:31:30 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jan 08 01:31:30 2023 +0000 |
tree | e541f986b795ce31f1f45dbc09ec032532c1ad02 | |
parent | 97b98619e818b2cd8896ca4b2b15e3cb902bdcd4 [diff] |
[ir] Handle some unexpected ast nodes. This CL adds diagnostics for the ast nodes which would come before override substitution. The struct member attributes are marked as ICE as they should never be encountered. The Struct declaration is ignored as we will get the `type::Struct` from the semantic usage. Bug: tint:1718 Change-Id: I8c51787f1455d02e822f222f43a9606a844eed3c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116549 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.