pub type WGPUProcExternalTextureExpire = Option<unsafe extern "C" fn(externalTexture: WGPUExternalTexture)>;Aliased Type§
pub enum WGPUProcExternalTextureExpire {
None,
Some(unsafe extern "C" fn(*mut WGPUExternalTextureImpl)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUExternalTextureImpl))
Some value of type T.