Skip to content

Commit

Permalink
Merge pull request #1539 from dakom/master
Browse files Browse the repository at this point in the history
whitelist uniforms with Int32List
  • Loading branch information
alexcrichton authored May 17, 2019
2 parents 0d895dd + ae2aba0 commit 3e6d89f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/webidl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ fn immutable_slice_whitelist() -> BTreeSet<&'static str> {
"uniform2fv",
"uniform3fv",
"uniform4fv",
"uniform1iv",
"uniform2iv",
"uniform3iv",
"uniform4iv",
"uniformMatrix2fv",
"uniformMatrix3fv",
"uniformMatrix4fv",
Expand Down

0 comments on commit 3e6d89f

Please sign in to comment.