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