commit | f304f25e7d434a5c5991ec3d6e176e0b000dbe29 | [log] [tgz] |
---|---|---|
author | Zhaoming Jiang <zhaoming.jiang@intel.com> | Wed Sep 28 12:49:27 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 28 12:49:27 2022 +0000 |
tree | 05058ec6dcf93b7ff1fec44f55b8de015b161548 | |
parent | 41cf9bb7d723456b7522e9e43d8e7f022664a27f [diff] |
Dawn: fix default value of size in BindGroupEntry This CL fix the missing default value WGPU_WHOLE_SIZE for BindGroupEntry.size, and also add unit tests for using default offset and size in BindGroupEntry when creating bind group. Bug: dawn:1553 Change-Id: Ia9c426c0fff1eaea3a0b7c84e5528881199e2c4a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104023 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: 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.