commit | 68919604dc42f4b67144ee22aa6071e59202b9a7 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Jul 28 22:51:18 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 28 22:51:18 2023 +0000 |
tree | 940996fd8249e50539e4f0052432c53de7e6198b | |
parent | 0740cf83100fe880ef178a3d3373a249cc0a6a04 [diff] |
[tint] Make LHS of operator << generic. Breaks a circular dependency in utils, and allows for << to work with other stream types. Change-Id: Ia001def89fb1db9dd4aa582ae516911ba8aa71f1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143383 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@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.