Merge pull request #1639 from dakom/master

whitelist slices for webgl2 uniformNuiv
This commit is contained in:
Alex Crichton 2019-07-04 20:53:41 +02:00 committed by GitHub
commit 7fe3dfd4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,6 +199,10 @@ fn immutable_slice_whitelist() -> BTreeSet<&'static str> {
"texSubImage2D",
"compressedTexImage2D",
// WebGl2RenderingContext
"uniform1uiv",
"uniform2uiv",
"uniform3uiv",
"uniform4uiv",
"texImage3D",
"texSubImage3D",
"compressedTexImage3D",