commit | 0c7c23b9c4b84d0c241b4e970116d7f89c3fa4b6 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Aug 31 23:51:48 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 31 23:51:48 2022 +0000 |
tree | 8e44582d283593dc612a812740fa9c991cf2fb29 | |
parent | 6a17e33f3dafa0e9d6c9109c53223fc7b89c83af [diff] |
tint: Misc hash / container contract improvements Add a hash implementation to tint::Number. Add a utils::Hasher specialization for std::variant. Add an operator!= for Vector. Needed for std::variants. Drop the need for explicit on Vector constructors from refs. These all help general usage with STL and util containers. Change-Id: I1e594edf532e78f531062c534dacaee7616cded5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/100905 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> 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.