commit | b48d1f4b3de38211d352b5ce0d7dcd2aecdce6e7 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu Apr 22 16:21:52 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Thu Apr 22 16:21:52 2021 +0000 |
tree | 83cdc006ee3dc5937038784cb41633e8aafa0e20 | |
parent | 5e57442beb4fcbd3c3dd9e0e62d91b32d4fdb1a0 [diff] |
Add header for std::forward Previously this was being indirectly supplied by <memory>, which has been removed. Clang happily still finds std::forward, but GCC does not. BUG=dawn:768 Change-Id: I87e6bb6aa83bc7f3253c58e32fa0ba977752858c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/48820 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
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.