| commit | 70af9c933d66a4b7ca4f8aed3af7a81b4a9300b7 | [log] [tgz] |
|---|---|---|
| author | James Price <jrprice@google.com> | Tue Oct 07 17:34:59 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 07 17:34:59 2025 -0700 |
| tree | b92243cd40ac92f62c03e7a590c615e2159fb994 | |
| parent | 121e8ab9e9f491aeb20d63c863b843f097ea01ae [diff] |
[wgsl] Check addrspace for param with override-sized array Instead of a checking the address space for override-sized arrays in all the places that a pointer can be declared, check the address space in `ApplyAddressSpaceUsageToType`. This matches how we validate runtime-sized arrays. Bug: 449592100 Change-Id: I32793fdbfe40fafe9d0154999f633e1d8600f838 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/265455 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com>
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.