commit | fc2d3a9b016080285a3f1454c9a12ef963afb573 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Aug 26 04:32:21 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 26 04:32:21 2025 -0700 |
tree | 60e05d316f40df603bb0ae3e0cacfe38fa0bbedf | |
parent | 9dd2e3f23bb8b463d79b91b7a08d53ef29f3a2d2 [diff] |
[dawn][native] Require BGL dynamic array even for size 0 BG dynamic array Prior to this CL, a special case in the validation allowed a BG with a dynamic array size of 0 to be compatible with a BGL without a dynamic array. This turned out to cause a few issues. Disallow it for now and revisit later depending on what the spec / webgpu.h decides. Bug: 435317394 Change-Id: Ieb4f6f14d47a4ff6c662275c97f8a495c1b2ae6a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/258656 Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.