commit | e8cd0beb74e5bc838dd907db50148543a6a48d00 | [log] [tgz] |
---|---|---|
author | Takahiro <hogehoge@gachapin.jp> | Fri Nov 04 00:08:27 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 04 00:08:27 2022 +0000 |
tree | 6f73b4ac69e39fa48547c1e325e85409a99e5d42 | |
parent | 16b4cf87d0890a0e9bd3bd41df828b8a029a4a26 [diff] |
GPUBuffer.unmap() shouldn't validate buffer state WebGPU specification was updated that GPUBuffer.unmap() shouldn't validate buffer state. https://github.com/gpuweb/gpuweb/pull/3368 This commit reflects it to the Dawn implementation. Bug: dawn:1528 Change-Id: Ie66f68214bd6896a4d674ed00addc3ffb539c235 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/106264 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Takahiro <hogehoge@gachapin.jp>
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.