Type Alias WGPUProcRenderPipelineSetLabel

Source
pub type WGPUProcRenderPipelineSetLabel = Option<unsafe extern "C" fn(renderPipeline: WGPURenderPipeline, label: WGPUStringView)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.