commit | da2fa97fb60384230db6420f16f7150aab8efc9d | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Sep 23 16:35:35 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 23 16:35:35 2024 +0000 |
tree | 0c72577a48031f3f4d84d14ad0f49a9b411669f3 | |
parent | 3d2a692d6381fdf550d01d0665b32e6243f0fd5c [diff] |
[glsl][ir] Add `arrayLength` support This CL adds a GLSL `length` member functions to arrays in order to support `arrayLength`. Bug: 42251044 Change-Id: I3a34a300fef6666e129994b77f0d69da211c2d91 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207755 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.