We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WGPU.*
wgpu.*
1 parent 612b670 commit 9f863b6Copy full SHA for 9f863b6
build.rs
@@ -45,6 +45,8 @@ fn main() {
45
.header("ffi/wgpu.h")
46
.clang_arg("-Iffi/webgpu-headers")
47
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
48
+ .allowlist_item("WGPU.*")
49
+ .allowlist_item("wgpu.*")
50
.blocklist_function("wgpuGetProcAddress")
51
.prepend_enum_name(false)
52
.size_t_is_usize(true)
0 commit comments