commit | 0bfeaf9b327bf4cbd9bac4f22378ca8360599421 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jul 26 17:39:51 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 26 17:39:51 2023 +0000 |
tree | b649e2dece465e76232b40d6b62523379f7b19ef | |
parent | c1bf225342bbf0e6eb08106093dd05ccc740975d [diff] |
[shuffle] Move hlsl writer to new structure. This CL moves the `hlsl/ast_writer` to `hlsl/writer/ast_printer/` and renames the `GeneratorImpl` to `ASTPrinter`. Bug: tint:1988 Change-Id: I037baa96f5c819da42f70bf01ec8fdcbf3a24aa7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143087 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
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.