mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-18 15:31:25 +00:00
whitelist slices for webgl2 uniformNuiv
This commit is contained in:
@ -199,6 +199,10 @@ fn immutable_slice_whitelist() -> BTreeSet<&'static str> {
|
||||
"texSubImage2D",
|
||||
"compressedTexImage2D",
|
||||
// WebGl2RenderingContext
|
||||
"uniform1uiv",
|
||||
"uniform2uiv",
|
||||
"uniform3uiv",
|
||||
"uniform4uiv",
|
||||
"texImage3D",
|
||||
"texSubImage3D",
|
||||
"compressedTexImage3D",
|
||||
|
Reference in New Issue
Block a user