commit | 87fdcaa5455a9058920a900df9e088a26d8ad0f3 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Sep 20 15:30:47 2024 +0000 |
committer | James Price <jrprice@google.com> | Fri Sep 20 15:30:47 2024 +0000 |
tree | 79ef46ed35190908962003a09f691a1262a159e3 | |
parent | 04907d97e56ec3f265849c63a05cf06a0a685f1a [diff] |
[spirv-reader] Add TransposeRowMajor transform Replace structure members that have @row_major attributes with the transposed equivalents, and then update all relevant accessor expressions to either transpose the whole matrix or swap accessor indices as necessary. Bug: 364267168 Change-Id: I3f25276a6ec96b68bf0bab05ee79b482f3a978e1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207418 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.