commit | 9bff7830a1bdbe9af4e835b8bcac42238065c310 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Mon Mar 10 05:48:05 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 10 05:48:05 2025 -0700 |
tree | 3d68986c5370b132af18c4bb0d2648b124692c47 | |
parent | f0c78c85c4dd7d1ef2d3059135143636f3964fd9 [diff] |
[tint] Handle binding_array in ModuleScopeVars Accesses to the ptr<binding_array> need to be replaced with accesses to the variable passed in the parameter struct, and loads of the resulting ptr<texture/sampler> with direct uses of the access's value. Bug: 393558555 Change-Id: Ie0960ce1237efacbef27957bd83d6c2f1f36d406 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/229234 Commit-Queue: Corentin Wallez <cwallez@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.