pub type WGPUProcTextureCreateErrorView = Option<unsafe extern "C" fn(texture: WGPUTexture, descriptor: *const WGPUTextureViewDescriptor) -> WGPUTextureView>;Aliased Type§
pub enum WGPUProcTextureCreateErrorView {
None,
Some(unsafe extern "C" fn(*mut WGPUTextureImpl, *const WGPUTextureViewDescriptor) -> *mut WGPUTextureViewImpl),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUTextureImpl, *const WGPUTextureViewDescriptor) -> *mut WGPUTextureViewImpl)
Some value of type T.