commit | 8e840880eb15cfe1e8c5cc1bf38848e69101e68c | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Nov 28 17:28:08 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 28 17:28:08 2023 +0000 |
tree | 01edc51af46766f371e0d832f1b47c372c2e608c | |
parent | 0150f161e16cfa4942beab516e0ae000741fd24d [diff] |
Add ityp::PlusOne It is useful sometime to avoid having to write ityp::Add(stuff, Stuff(1)) Bug: dawn:2222 Change-Id: I07a13ad92e6a389a1fdf828fa2bff3c53b1e68a6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/162504 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.