commit | 27343ffdb3f76daf76229a93928ca28a0428764f | [log] [tgz] |
---|---|---|
author | jchen10 <jie.a.chen@intel.com> | Tue Aug 02 15:32:45 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 02 15:32:45 2022 +0000 |
tree | 3cd8dbbb43652409d1d9cce1dede08b8347c96c1 | |
parent | 27a70c4d0af5ef849b3952445d2d43442aa56d7d [diff] |
Explicitly reset mDeleter when moving Blob It's not automatically cleared to empty when moving on ChromeOS, so the same mDeleter can be executed more than once. Bug: chromium:1348193 Change-Id: If96a73f0b9bf62b2212a9f47108c465d6c911617 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97865 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@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.