commit | 754338b569c4b899e64826f9b93cbeaccb15ba55 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Oct 03 19:36:23 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 03 19:36:23 2023 +0000 |
tree | a01fd1ac5f74d9334abc24a85706f4e011b966b4 | |
parent | 3d8b48e023f44645d8463868be8ba0ff539ebe81 [diff] |
Remove incorrect ASSERT that 1D T2T copy origin have z = 0 This is not correct because an empty 1D copy could have z = 1 and copySize.depthOrArrayLayers = 0, which is valid. Bug: chromium:1488363 Change-Id: Idc7737783b4e89428fd01e7e9a051df082a44fe0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/154342 Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Brandon Jones <bajones@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.