commit | a839d24e4a25355f9386bfadd5bf23f9834f2325 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Jun 16 13:43:12 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 16 13:43:12 2025 -0700 |
tree | b81778a2d8948378da423a94a9ebe718f7fbecb7 | |
parent | 14038c2813fae9085d186c60c53c1381abb499d8 [diff] |
[spirv-reader][ir] Allow propagating vars through lets. In the SPIR-V reader lowering ShaderIO when processing the `var`s which have been re-written, allow to propagate the `var` through a `let`. This can happen if you do an `OpCopyObject` on the `OpVariable` which creates a let. Bug: 42250952 Change-Id: Ia07389fe6b7d2b3e424b54e7459e8d6f662e4131 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246714 Reviewed-by: 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.