commit | 9aa8012d91e5603650532ad1bd90f8d38b3583e2 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed May 24 23:07:36 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Wed May 24 23:07:36 2023 +0000 |
tree | 2e7d6937bb3ebbbe981d37da634db18f1e494d0b | |
parent | 56e5fb57ef241ce5c9937faacf64d792bccd5856 [diff] |
[tint][constant] Add constant::Manager Constructs deduplicated constants, similarly to type::Manager The constant::Manager owns the type::Manager so they can be std::move()'d together without having to risk having the constant::Manager hold a stale pointer to a moved type::Manager. Not currently used. That comes next. Also un-inline type::Manager scalar helpers. Reduces transitive includes. Bug: tint:1935 Change-Id: I28fc74a712f19a171850df5e84433e2d60cba256 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/134360 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ben Clayton <bclayton@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.