commit | ddafb4e05f004af4fdcd5a51d3b6cd8070a8a3ff | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Mon Apr 08 08:55:32 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 08 08:55:32 2024 +0000 |
tree | 89053c17bfea10983541fcede582ae781e36dbcb | |
parent | 626c5a0c5c513aa93526b06800e40cc6cb3b6aaf [diff] |
dawn/wire: Fix dangling pointer on client::Device::mQueue Bug: dawn:2345 Change-Id: I3ebb065a81bc59b46e82899ee920b1905ceb8d3f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/182800 Commit-Queue: Corentin Wallez <cwallez@chromium.org> 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.