commit | 0e6534e44d2c3c77ac409d787d9d5b3d449a2d0a | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed May 17 01:21:45 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 17 01:21:45 2023 +0000 |
tree | 56830b8d143d2954d6d63c2696f36171f69d2cce | |
parent | a6d8e8137101746de775c45915b43c5b4730715e [diff] |
[tint] Make Transform base class This will allow for both AST transforms and IR transforms to be used in the same transform manager. The transform manager is no longer a Tranform subclass. Bug: tint:1718 Change-Id: I59bd87806090fa365ce4b575710c5ffcfc657bd8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/132501 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: 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.