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