mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-14 16:36:07 +00:00
whitelist slices for webgl2 uniformNuiv
This commit is contained in:
parent
bf631eda1b
commit
f27de49989
@ -199,6 +199,10 @@ fn immutable_slice_whitelist() -> BTreeSet<&'static str> {
|
|||||||
"texSubImage2D",
|
"texSubImage2D",
|
||||||
"compressedTexImage2D",
|
"compressedTexImage2D",
|
||||||
// WebGl2RenderingContext
|
// WebGl2RenderingContext
|
||||||
|
"uniform1uiv",
|
||||||
|
"uniform2uiv",
|
||||||
|
"uniform3uiv",
|
||||||
|
"uniform4uiv",
|
||||||
"texImage3D",
|
"texImage3D",
|
||||||
"texSubImage3D",
|
"texSubImage3D",
|
||||||
"compressedTexImage3D",
|
"compressedTexImage3D",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user