pub type WGPUProcTextureViewAddRef = Option<unsafe extern "C" fn(textureView: WGPUTextureView)>;Aliased Type§
pub enum WGPUProcTextureViewAddRef {
None,
Some(unsafe extern "C" fn(*mut WGPUTextureViewImpl)),
}pub type WGPUProcTextureViewAddRef = Option<unsafe extern "C" fn(textureView: WGPUTextureView)>;pub enum WGPUProcTextureViewAddRef {
None,
Some(unsafe extern "C" fn(*mut WGPUTextureViewImpl)),
}