commit | 635977a94ad7731ff6de419318235b2c6fa0a243 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Wed Nov 29 22:09:00 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 29 22:09:00 2023 +0000 |
tree | c7618878596aee5ddfdb48a0b1bd14f292ddeb23 | |
parent | b5aac418afcb936d66504de5934382b393e28df8 [diff] |
[tint] Generate ArrayLengthFromUniform indices Instead of hard-coding indices for a couple of binding points that appear in our E2E tests, scan the AST for global variables that have runtime-sized arrays and add indices for all of them. Fixed: tint:2111 Change-Id: I4944ad73993d7a855d7ffaa982779b9c27c6fb39 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163520 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@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.