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§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUExternalTextureImpl, WGPUStringView))
Some value of type T.