pub type WGPUProcBufferUnmap = Option<unsafe extern "C" fn(buffer: WGPUBuffer)>;Aliased Type§
pub enum WGPUProcBufferUnmap {
None,
Some(unsafe extern "C" fn(*mut WGPUBufferImpl)),
}pub type WGPUProcBufferUnmap = Option<unsafe extern "C" fn(buffer: WGPUBuffer)>;pub enum WGPUProcBufferUnmap {
None,
Some(unsafe extern "C" fn(*mut WGPUBufferImpl)),
}