commit | f13a266572f82aee4c64642d53d0053212042757 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Apr 11 00:38:24 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 11 00:38:24 2024 +0000 |
tree | 43dfdee3de29b18a04422ce80f075ba3e2a208a4 | |
parent | f1426162bba9dd654222892db30dae6991a6c41d [diff] |
dawn/wire: Fix dangling pointers in RequestDeviceEvent Bug: dawn:2345 Change-Id: I066269f8054d0844d2d7cc70ca4c116da81b4e55 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181944 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.