commit | b2da119bd31b8509f4e7a44043612bf2c9c2db7e | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Mar 26 20:41:53 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 20:41:53 2025 -0700 |
tree | d80d4f913ebd94158f232543792c23ec4b82b60d | |
parent | efaff3e46cbdd3d3f530a131ff7bb3503510cc5c [diff] |
[spirv-reader][ir] Support atomic access in a Struct Add support for accessing an atomic in a Struct. This involves forking the struct and creating a variant with the type changed to atomic as needed. Bug: 404501988 Change-Id: I3aea7eac56751dc26b56504838a98a96919a27e6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/233094 Commit-Queue: 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.