WGPUProcSamplerRelease

Type Alias WGPUProcSamplerRelease 

Source
pub type WGPUProcSamplerRelease = Option<unsafe extern "C" fn(sampler: WGPUSampler)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.