commit | a25ee32220a231ab21ed8962a961ae1c608ab570 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Nov 26 14:56:05 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 26 14:56:05 2024 +0000 |
tree | 39317df604b4548b3436c9a48a6d74205f8a9901 | |
parent | 2b4fb2e05b8f1d3fa0bd297720482accec7e0ac7 [diff] |
Hard code the transform list in `tint`. This CL changes the list of known transforms in `tint` to use a hardcoded list instead of generated. This allows moving the transform definitions down with the usage. Change-Id: Ie2b139f96b25c68f5d07afc2ef768e0827fd2c5a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/216554 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
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.