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.
1 parent a019405 commit 44dcfa6Copy full SHA for 44dcfa6
crates/processing_ffi/src/lib.rs
@@ -17,7 +17,7 @@ mod error;
17
#[unsafe(no_mangle)]
18
pub extern "C" fn processing_init() {
19
error::clear_error();
20
- error::check(|| init(None));
+ error::check(|| init(Config::default()));
21
}
22
23
/// Create a WebGPU surface from a macOS NSWindow handle.
0 commit comments