pub type WGPUProcDeviceCreateRenderPipelineAsync = Option<unsafe extern "C" fn(device: WGPUDevice, descriptor: *const WGPURenderPipelineDescriptor, callbackInfo: WGPUCreateRenderPipelineAsyncCallbackInfo) -> WGPUFuture>;Aliased Type§
pub enum WGPUProcDeviceCreateRenderPipelineAsync {
None,
Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, *const WGPURenderPipelineDescriptor, WGPUCreateRenderPipelineAsyncCallbackInfo) -> WGPUFuture),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, *const WGPURenderPipelineDescriptor, WGPUCreateRenderPipelineAsyncCallbackInfo) -> WGPUFuture)
Some value of type T.