commit | a75b230acfea6e665046132927260e98e6978aa2 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu Feb 04 20:38:02 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Thu Feb 04 20:38:02 2021 +0000 |
tree | 53794ea4450f127311bb113c6be0a0f646dedd63 | |
parent | bdbf98afca9fba5ca863c2c963ab10edae45b1cc [diff] |
Reject callbacks if the device is destroyed before completion Callbacks should all reject instead of waiting for the device to idle on shutdown. Bug: dawn:652 Change-Id: Id4a9ab2560aa34b8ea574271f61f8a499e15ab3a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/40360 Reviewed-by: Stephen White <senorblanco@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Austin Eng <enga@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.