commit | f8c07d4753a32b62b52ba86e8ae0dba4830063b3 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Oct 20 18:40:53 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 20 18:40:53 2022 +0000 |
tree | 52b5281cdf4b4ca35e0342f409a2578de4f943d8 | |
parent | b69c6066c4f0d73f2e3f226c840bcb2d90f0ba5b [diff] |
Add test for split of `--`. An expression like `b--b` needs the `--` split into two symbols in order to parse correctly. This change was done previously, adding a test case to show the generated output. Bug: tint:988 Change-Id: Id389224e33b7702a90e4c157b02031fb605c1b14 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/106580 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Antonio Maiorano <amaiorano@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.