pub type WGPUProcTextureDestroy = Option<unsafe extern "C" fn(texture: WGPUTexture)>;Aliased Type§
pub enum WGPUProcTextureDestroy {
None,
Some(unsafe extern "C" fn(*mut WGPUTextureImpl)),
}pub type WGPUProcTextureDestroy = Option<unsafe extern "C" fn(texture: WGPUTexture)>;pub enum WGPUProcTextureDestroy {
None,
Some(unsafe extern "C" fn(*mut WGPUTextureImpl)),
}