commit | 87bccb74d8a885cd1e6cc1dc52b4c003254859fc | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Mon Nov 21 19:05:24 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 21 19:05:24 2022 +0000 |
tree | 6816d92c0b81b112b4bb760567724d83df8653a9 | |
parent | efe9c49819a61ba2d43ba6618bd043380e5a97f9 [diff] |
tint/transform: Handle arrays of complex override lengths Update CreateASTTypeFor() to handle a potential edge-case described in tint:1764. We haven't seen this issue happen in production, nor can I find a way to trigger this with the tint executable, but try to handle this before we encounter a nasty bug. Fixed: tint:1764 Change-Id: I496932955a6fdcbe26eacef8dcd04988f92545a1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/111040 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> 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.