commit | 8b99a54b26f0ef0d78b1c9712dc035ee6b579d2d | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Fri Aug 26 03:08:28 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 26 03:08:28 2022 +0000 |
tree | ca909558060f4fc2d9449cf14eac77274ce938fa | |
parent | 2d239c4945a184eb2261a0a7b44038c86eb4526c [diff] |
Call ExecutePendingCommandContext() in ExternalImageDXGIImpl::Destroy() Before destroying ExternalImageDXGI we should execute all the pending commands before calling NextSerial(), or the device will be lost as the CommandAllocator will be destroyed before the pending commands are executed. Bug: dawn:576 Test: dawn_end2end_tests Change-Id: I6e291586cd78a7e0feaf2f8dfee87a289ec27f77 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/100100 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
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.