Type Alias WGPUProcExternalTextureSetLabel

Source
pub type WGPUProcExternalTextureSetLabel = Option<unsafe extern "C" fn(externalTexture: WGPUExternalTexture, label: WGPUStringView)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.