Skip to content

Commit 450c477

Browse files
wdaniloalexcrichton
authored andcommitted
Adding missing uniformMatrix bindings rules for non-square matrices. (#1957)
Fixes #1956
1 parent 762bd0d commit 450c477

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/webidl/src/lib.rs

+6
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ fn immutable_slice_whitelist() -> BTreeSet<&'static str> {
196196
"uniformMatrix2fv",
197197
"uniformMatrix3fv",
198198
"uniformMatrix4fv",
199+
"uniformMatrix2x3fv",
200+
"uniformMatrix2x4fv",
201+
"uniformMatrix3x2fv",
202+
"uniformMatrix3x4fv",
203+
"uniformMatrix4x2fv",
204+
"uniformMatrix4x3fv",
199205
"vertexAttrib1fv",
200206
"vertexAttrib2fv",
201207
"vertexAttrib3fv",

0 commit comments

Comments
 (0)