wgpu::custom

Trait RequestDeviceFuture

Source
pub trait RequestDeviceFuture:
    Future<Output = Result<(DispatchDevice, DispatchQueue), RequestDeviceError>>
    + WasmNotSend
    + 'static { }
Available on custom only.

Implementors§