Type Alias WGPUProcRenderPassEncoderInsertDebugMarker

Source
pub type WGPUProcRenderPassEncoderInsertDebugMarker = Option<unsafe extern "C" fn(renderPassEncoder: WGPURenderPassEncoder, markerLabel: WGPUStringView)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.