commit | 83423175760ef42c7395ee09b820640a41f9bbe1 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Wed Feb 07 23:19:14 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 07 23:19:14 2024 +0000 |
tree | 13b4443e577e530b6104fd6e7a05e4b020da5abb | |
parent | a4a9f00d42326166b2389cbd489cc2425684d0ec [diff] |
Reland "Remove F suffix for futures from the cpp api" This is a reland of commit 0d045df483c0de321173336a2c1dd2db8b6d5d11 Original change's description: > Remove F suffix for futures from the cpp api > > Bug: dawn:1987 > Change-Id: I579bd38f99c648ac1748004d58b40abd619e298a > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/172943 > Auto-Submit: Austin Eng <enga@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> > Kokoro: Kokoro <noreply+kokoro@google.com> > Commit-Queue: Austin Eng <enga@chromium.org> Bug: dawn:1987 Change-Id: Iec2422cbb56e40185ce3cc0bfd69c2afa735586e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/173846 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com>
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.