mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Merge pull request #1639 from dakom/master
whitelist slices for webgl2 uniformNuiv
This commit is contained in:
commit
7fe3dfd4f5
@ -199,6 +199,10 @@ fn immutable_slice_whitelist() -> BTreeSet<&'static str> {
|
||||
"texSubImage2D",
|
||||
"compressedTexImage2D",
|
||||
// WebGl2RenderingContext
|
||||
"uniform1uiv",
|
||||
"uniform2uiv",
|
||||
"uniform3uiv",
|
||||
"uniform4uiv",
|
||||
"texImage3D",
|
||||
"texSubImage3D",
|
||||
"compressedTexImage3D",
|
||||
|
Loading…
x
Reference in New Issue
Block a user