commit | 81f98039cdb239933648bb649dbc201b3ed61b65 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Apr 11 00:39:21 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 11 00:39:21 2024 +0000 |
tree | 09b4ab34c2ffd9a2a0360c64cade2bc9c6388e55 | |
parent | f13a266572f82aee4c64642d53d0053212042757 [diff] |
dawn/wire: Fix dangling pointer in WireHelper Bug: dawn:2345 Change-Id: Ia51253514d685e2560bd1cddbfda55d4588d50f3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/183167 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
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.