commit | 850ee5c5b7e39c2bdf7f44f03ac3eba52a57b434 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Sep 23 17:10:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 23 17:10:15 2024 +0000 |
tree | e98c12d06814ec8dc72943e063cc6da1b92fdd96 | |
parent | 2cbfbd4ed56d3c82118fdb6600d8b5e4275e85b4 [diff] |
[spirv-reader] Support RowMajor on arrays Add helper functions to transpose arrays of matrices, and use them when loading or storing a whole array to a row-major struct member. Bug: 364267168 Change-Id: I2a1c85d4ab52234e46242f9bfa89530b233f0993 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207575 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: 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.