commit | f031ca2d440d22d194d67d3c28ff1ae06c6a7a59 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Thu Feb 02 22:16:42 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 02 22:16:42 2023 +0000 |
tree | c03d1356bcff0e25c35f1fc0c23163660583ef2c | |
parent | a4117ca21bbd6e8b87e810f9e35d47860cf07a59 [diff] |
tint/hlsl: fix assignment to matrix element When calling the generated helper, the column and row arguments were swapped. Improved the unit tests to actually show this, rather than passing in a single value for both column and row. Bug: tint:1824 Bug: tint:1333 Change-Id: I32a92dec5e594dabd9d8d2b08474c0d6f3645520 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/118420 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.