Add setBindGroup to immutable slice whitelist (#2087)

This commit is contained in:
Josh Groves
2020-04-17 12:38:35 -02:30
committed by GitHub
parent f7f47993f1
commit 4900732f60
4 changed files with 8 additions and 6 deletions

View File

@ -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
]);
}