commit | 56724d23899220ea9a775b4ab4458e6ebc53ad52 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Jun 20 12:28:52 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 20 12:28:52 2025 -0700 |
tree | 238796c3c5ee7bc2f9bc8a30cead80f696f84a74 | |
parent | f842c206eed37d22954c33fe39b6583f14aca0fd [diff] |
[msl] Add new capability to ModuleConstant transform We recently added new IR validation for accepting non-core types that requires several transforms to accept this capability. This transform was missed, as it is not yet enabled by default in Tint E2E tests. This was caught on CI via a Skia tests running in debug mode (which enables IR validation by default). Bug: 426514463 Change-Id: I604e5856c59ec66a6c4c672e544a3c0d4ada0bca Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/248075 Commit-Queue: Peter McNeeley <petermcneeley@google.com> Reviewed-by: Peter McNeeley <petermcneeley@google.com> Auto-Submit: James Price <jrprice@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Antonio Maiorano <amaiorano@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.