| commit | f07c28c7e7e7ee7740df74dd753933c9a7d41087 | [log] [tgz] |
|---|---|---|
| author | James Price <jrprice@google.com> | Mon Aug 25 17:35:45 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 25 17:35:45 2025 -0700 |
| tree | d18a7e62d716e73ad6e245cf9b417ecd2faf160c | |
| parent | 14f08a9eda9b12b7eccca2e00ea111e47dfb6408 [diff] |
[ir] Tighten check for non-constructible types Instead of allowing all non-constructible types when the pointer-and-handles-in-structs capability is enabled, only allow non-constructible structures. This prevents other non-constructible types, such as `void`, being incorrectly allowed. Fixed: 441041287 Change-Id: Ic4134713ce661b63326be436297a5e01446dfb90 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/259114 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Auto-Submit: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@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.