commit | 3047f882319f43577a01c6a9882b64e9fcd1ad30 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Sep 06 18:07:53 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 06 18:07:53 2023 +0000 |
tree | 9340f3f6c3c6047e367707dc608c1917421cee87 | |
parent | 815d5db31ff56228ff8f67e8504ccc8d9586712c [diff] |
[tint] Move SPIR-V AST transforms to lang/spirv/writer/ast_lower These transforms are exclusively used by the SPIR-V AST reader. Reduces build times when building Tint without `tint_build_spirv_reader` Change-Id: Ic526f2e41962377609f9b68703940f5781d699ef Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/150160 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> 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.