commit | 0f9fed4c948e185e2b43b75dd2ab23d24c793cd6 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Dec 06 12:31:59 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 06 12:31:59 2024 +0000 |
tree | b8902971d9256e28dbe5f183b286778178aee7b0 | |
parent | 3400e2cca9181f7e8c174421b2e5cfb00ff2b9d0 [diff] |
Remove AST transforms from WGSL generation. This CL removes the use of the AST transforms in the WGSL generation. The transforms will eventually be moved into the respective backends as IR transforms, the WGSL backend does not use the IR as it's just dumping out the AST. So, remove the transform usage. Bug: 380043961 Change-Id: Ifc8f78eda4c114861692c585c9add2ca434716d7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/218295 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: James Price <jrprice@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.