WGPUProcCommandBufferAddRef

Type Alias WGPUProcCommandBufferAddRef 

Source
pub type WGPUProcCommandBufferAddRef = Option<unsafe extern "C" fn(commandBuffer: WGPUCommandBuffer)>;

Aliased Type§

pub enum WGPUProcCommandBufferAddRef {
    None,
    Some(unsafe extern "C" fn(*mut WGPUCommandBufferImpl)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut WGPUCommandBufferImpl))

Some value of type T.