commit | c1bf225342bbf0e6eb08106093dd05ccc740975d | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jul 26 17:38:29 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 26 17:38:29 2023 +0000 |
tree | 342ad9b53678416b6753e165c8c3f0dbbdd9c45a | |
parent | 1135ee6b8d1448a877572e35d5deeae0c341c3cd [diff] |
[shuffle] Move wgsl writers to new structure. This CL moves the `wgsl/ast_writer` to `wgsl/writer/ast_printer/` and renames the `GeneratorImpl` to `ASTPrinter`. The `wgsl/syntax_tree_writer` is moved to `wgsl/writer/syntax_tree_printer` and the `GeneratorImplIr` is renamed to `Printer`. Bug: tint:1988 Change-Id: Icce081ae545ccd71b344b2e049cd99a38faaa5ce Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143140 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@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.