commit | efaff3e46cbdd3d3f530a131ff7bb3503510cc5c | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Wed Mar 26 19:48:18 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 19:48:18 2025 -0700 |
tree | 2ff0eafeb8513d100a113ca3a235ffa6277f6c7e | |
parent | 5865c4048e0320356878b6ba39b2f7bd2f47800c [diff] |
[tint] Validation error workgroupUniformLoad non constructible WorkgroupUniformLoad only accepts a ptr to a parameter that is a constructible type. Arrays whose size is defined at pipeline creation time (aka overrides) are not considered to be creation-fixed-footprint (not constructible). https://www.w3.org/TR/WGSL/#workgroupUniformLoad-builtin https://github.com/gpuweb/gpuweb/issues/5093 https://www.w3.org/TR/WGSL/#constructible-types Bug: 402982337 Change-Id: I3f863bd8cdf54807d4316728ecc47787c2c74543 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/233115 Commit-Queue: Peter McNeeley <petermcneeley@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: 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.