mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 00:03:29 +00:00
Fix return value
This commit is contained in:
parent
4f513a3529
commit
ed01eb04ad
@ -32,7 +32,10 @@ fn create_instance() -> InstanceHandle {
|
|||||||
let inst = ::back::Instance::create("wgpu", 1);
|
let inst = ::back::Instance::create("wgpu", 1);
|
||||||
InstanceHandle::new(inst)
|
InstanceHandle::new(inst)
|
||||||
}
|
}
|
||||||
unimplemented!()
|
#[cfg(not(any(feature = "gfx-backend-vulkan", feature = "gfx-backend-dx12", feature = "gfx-backend-metal")))]
|
||||||
|
{
|
||||||
|
unimplemented!()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub extern "C"
|
pub extern "C"
|
||||||
|
Loading…
Reference in New Issue
Block a user