commit | 00b90ea8326262412c89e3aebfedd1a8b9387471 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Apr 24 17:02:53 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Apr 24 17:02:53 2020 +0000 |
tree | 9824e8a42d5ac0b84ad69a92eb16e2fbecea01ed | |
parent | 094d1d4c0568eaece717c40e2eeaa1887b41aa68 [diff] |
Enable more warning needed for Skia to build with Dawn on Linux The new warnings are: - -Wdeprecated-copy - -Winvalid-offsetof - -Wpessimizing-move And the list of warnings was sorted alphabetically. Bug: chromium:1072449 Change-Id: I9f3eecae645455c481ecc2e0be4df350e1453907 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/20381 Reviewed-by: Zhenyao Mo <zmo@google.com> 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 webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.