WGPUProcTextureDestroy

Type Alias WGPUProcTextureDestroy 

Source
pub type WGPUProcTextureDestroy = Option<unsafe extern "C" fn(texture: WGPUTexture)>;

Aliased Type§

pub enum WGPUProcTextureDestroy {
    None,
    Some(unsafe extern "C" fn(*mut WGPUTextureImpl)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut WGPUTextureImpl))

Some value of type T.