mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
Add setBindGroup
to immutable slice whitelist (#2087)
This commit is contained in:
@ -81,6 +81,8 @@ lazy_static! {
|
||||
"clearBufferuiv",
|
||||
// WebSocket
|
||||
"send",
|
||||
// WebGPU
|
||||
"setBindGroup",
|
||||
// TODO: Add another type's functions here. Leave a comment header with the type name
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user