commit | 45845cf693a92ddbc9702bf4571f392c55ac85fb | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Mar 26 07:21:34 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 07:21:34 2025 -0700 |
tree | 4b4a87b3e8cd8376c8bf312f0b6295a2fa650143 | |
parent | f449a24ec09e955942139549564470d7e3a7e795 [diff] |
[spirv-reader][ir] Add OpArrayLength support. Add support for `OpArrayLength` conversion to the `arrayLength` builtin. Bug: 406291807 Change-Id: I6bd3505a66c9137d8b1e27508160008612aafcce Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/232954 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.