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