Type Alias WGPUProcTextureCreateErrorView

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut WGPUTextureImpl, *const WGPUTextureViewDescriptor) -> *mut WGPUTextureViewImpl)

Some value of type T.