Skip to content

Commit

Permalink
Merge pull request #1639 from dakom/master
Browse files Browse the repository at this point in the history
whitelist slices for webgl2 uniformNuiv
  • Loading branch information
alexcrichton authored Jul 4, 2019
2 parents bf631ed + f27de49 commit 7fe3dfd
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 @@ -199,6 +199,10 @@ fn immutable_slice_whitelist() -> BTreeSet<&'static str> {
"texSubImage2D",
"compressedTexImage2D",
// WebGl2RenderingContext
"uniform1uiv",
"uniform2uiv",
"uniform3uiv",
"uniform4uiv",
"texImage3D",
"texSubImage3D",
"compressedTexImage3D",
Expand Down

0 comments on commit 7fe3dfd

Please sign in to comment.