commit | 95ff834028aa4ef440b42782da1db60753a3a52a | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Jan 27 17:20:16 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Wed Jan 27 17:20:16 2021 +0000 |
tree | 5771485fc33d659ae6e9284dd8c3400a9269fedc | |
parent | 3b49f247b0ae702850492b1e224d2f4e81ba3c08 [diff] |
dawn_native: Do attachment state validation at encoding time. The overarching goal with this CL is to do validation at encoding time which will help produce SyncScopeResourceUsage in the frontend for dispatch() calls so that they can be reused by the backends. Bug: dawn:635 Change-Id: Ifb8b7883abe18089dc3d632baebbcc79b3f324f7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38843 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Stephen White <senorblanco@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.