commit | f0e14abd2682e38ba18540057aebb53a9f7991b3 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Aug 18 15:56:38 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 18 15:56:38 2025 -0700 |
tree | 037c848585d7733f30eb4aee0c0b9f98882d0b5d | |
parent | 6a8fdf6991a022a5b7d7a2db6aa902623ff5d025 [diff] |
Update binding_array type for runtime arrays Update the methods in the `binding_array` type class to support runtime arrays. This mimics how an array works when set as a runtime array. Add a `runtime_binding_array` helper method to the type manager. Bug: 439626909 Change-Id: I1ba30aa19aadd279eeea6bcc919b5136ba1fd92e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/257895 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.