commit | 1b545ecf4f0dc8ac3c6743e615ad067fba779575 | [log] [tgz] |
---|---|---|
author | Brandon Jones <bajones@chromium.org> | Thu Jun 01 20:25:32 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 01 20:25:32 2023 +0000 |
tree | 80ff70481e34e5e2212e90b6368de4fe7fa8a828 | |
parent | cd1629420e1554a88c37c2811cbf93d64ed9f22a [diff] |
Stop serializing function pointers This change prevents function pointers from being serialized by the wire client, prevents the server from accepting them, and yells if someone attempts to pass one anyway. This only affects the deviceLostCallback passed as part of the device descriptor, which is already handled in the client Device. Bug: chromium:1450142 Change-Id: I58ff657443229176eee201eff940dc17ab357683 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/135300 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Brandon Jones <bajones@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.