commit | 2c32fa6476085fce294e4d8be4ae6aed92240caa | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jan 22 17:51:45 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Jan 22 17:51:45 2021 +0000 |
tree | 1db4066fa67a31585661fe5576e8c7d68e9a938f | |
parent | db1572102b5641c9bd0721bfa82801745dff5302 [diff] |
Make ComboVertexStateDescriptor non-copyable non-movable. The VertexState tests were failing on MSVC debug x64 because the ComboVertexStateDescriptor was copied but internal pointer to itself weren't updated. This commit makes the structure non-movable and non-copyable so the problem doesn't happen in the future and fixes compilation errors. Bug: dawn:602 Change-Id: Idd3a68933920eb47939217362e9e137dd7581014 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38400 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: 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.