pub type WGPUCreateComputePipelineAsyncCallback = Option<unsafe extern "C" fn(status: WGPUCreatePipelineAsyncStatus, pipeline: WGPUComputePipeline, message: WGPUStringView, userdata1: *mut c_void, userdata2: *mut c_void)>;Aliased Type§
pub enum WGPUCreateComputePipelineAsyncCallback {
None,
Some(unsafe extern "C" fn(WGPUCreatePipelineAsyncStatus, *mut WGPUComputePipelineImpl, WGPUStringView, *mut c_void, *mut c_void)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(WGPUCreatePipelineAsyncStatus, *mut WGPUComputePipelineImpl, WGPUStringView, *mut c_void, *mut c_void))
Some value of type T.