commit | 753f84666c7be640c26d484906b7109dd32b9b0e | [log] [tgz] |
---|---|---|
author | Natalie Chouinard <chouinard@google.com> | Tue Jul 23 16:29:52 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 23 16:29:52 2024 +0000 |
tree | 842de668681ef81db33c5bf013e114f1f8877bbe | |
parent | 2083d55eb2641a7a37719f678ca11618d068b76d [diff] |
[Tint] Validate compound assign's binary exprs Add validation of compound assignments as binary expressions. This resolves a later ICE that will occur for invalid compound assignments when they are desugaredd to invalid binary expressions. Fixes: 354070144 Change-Id: Ib2e2d355201d0ca781b903f498e1102892f96540 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/199775 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Natalie Chouinard <chouinard@google.com>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.