pub type WGPUProcSamplerSetLabel = Option<unsafe extern "C" fn(sampler: WGPUSampler, label: WGPUStringView)>;Aliased Type§
pub enum WGPUProcSamplerSetLabel {
None,
Some(unsafe extern "C" fn(*mut WGPUSamplerImpl, WGPUStringView)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUSamplerImpl, WGPUStringView))
Some value of type T.