-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[spirv-reader][ir] Handle GLSL 450 MatrixInverse
The SPIR-V `MatrixInverse` method does not have an equivalent in WGSL. Add a polyfill for the allowed `2x2`, `3x3` and `4x4` matrix variants. Bug: 42250952 Change-Id: I1f73bdb974ad4bf5f51af886f7776c6174e3a6cb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/220874 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com>
- Loading branch information
Showing
14 changed files
with
1,173 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.