commit | 5a48d30498bb9b8806a71260b3dd5e324f124605 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Apr 02 00:51:04 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 02 00:51:04 2024 +0000 |
tree | cc9759755c9dbf16723d142c37f4d3703759b1f2 | |
parent | cfc3b74431697c488eac11201294886c0fe32e3f [diff] |
Remove `DanglingUntriaged` on InstanceBase.mPlatform This patch removes `DanglingUntriaged` on InstanceBase.mPlatform after the fix in Chromium has been merged. Now In Chromium Instance->DisconnectDawnPlatform() will be called in WebGPUDecoderImpl::Destroy(). Bug: dawn:2349 Change-Id: I72be1c18fe9b874ef20ddb0bdb5fb6d13125edee Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181640 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@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.