commit | b8f7ad179867715d25421f6629a4a435552af141 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Jun 02 16:48:45 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 02 16:48:45 2023 +0000 |
tree | 74adedc2aac17ea7299985e5ef1fcb74e5c8e169 | |
parent | 8037f42c0756cf137702a90a31d685de0a522716 [diff] |
[tint][reader][wgsl]: Improve diagnostics for template error Detect when expression lists parse as a template list and then fail to parse. Give a clear diagnostic highlighting what the parser saw, and how to fix. Fixed: tint:1945 Change-Id: I08be99cf4fc9cbf7e6bd95c2704f4fd385eb2b4d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/135642 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: 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.