pub type WGPUProcCommandBufferAddRef = Option<unsafe extern "C" fn(commandBuffer: WGPUCommandBuffer)>;Aliased Type§
pub enum WGPUProcCommandBufferAddRef {
None,
Some(unsafe extern "C" fn(*mut WGPUCommandBufferImpl)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUCommandBufferImpl))
Some value of type T.