commit | cfc3b74431697c488eac11201294886c0fe32e3f | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Apr 02 00:44:53 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 02 00:44:53 2024 +0000 |
tree | 4dbcf1ce5fbd8d5163ab2660ca89c3cedb95abdc | |
parent | 11267a7e7d25a2771ecd9972210e5273389ac6f8 [diff] |
Fix dangling pointers in future-based Dawn objects Bug: dawn:2349 Change-Id: I8ebda951501db55c3ebef8acb6592ee98d54d93c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181681 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.