Type Alias WGPUProcCommandBufferSetLabel

Source
pub type WGPUProcCommandBufferSetLabel = Option<unsafe extern "C" fn(commandBuffer: WGPUCommandBuffer, label: WGPUStringView)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.