commit | 567a53e87cef93a2f4086765920b2c401c7ff0a7 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue May 09 15:10:05 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 09 15:10:05 2023 +0000 |
tree | 38fc2e7dcca67d79ff8878fffe1e46a9e5d2fa3b | |
parent | 2fb010f909aab7b611a1dfbb98c6771d8d677fb2 [diff] |
tint/utils: Add Vector::Any(), Vector::All() and predicates Can be used to write simple whole-vector comparision checks. Change-Id: I441a7e8d6b626a5a32ef3db9043e771f792900d3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/131746 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Ben Clayton <bclayton@google.com> 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.