commit | 9bbad3481954273541e8b9ea29e4bc45c0fbe78d | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Aug 22 16:18:44 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 22 16:18:44 2023 +0000 |
tree | 3e2947b3f7f831eb63d43477ba633c6825d3ae75 | |
parent | 2486b84de2371de81a66f3440d9ffed488e2740d [diff] |
[fuzzers] Use is_standard_layout instead of is_pod The latter is deprecated in C++20. Change-Id: I90572be37aa78e15650f730d055768792f0e4cb0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/148083 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Auto-Submit: James Price <jrprice@google.com>
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.