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