WGPUProcTextureCreateView

Type Alias WGPUProcTextureCreateView 

Source
pub type WGPUProcTextureCreateView = Option<unsafe extern "C" fn(texture: WGPUTexture, descriptor: *const WGPUTextureViewDescriptor) -> WGPUTextureView>;

Aliased Type§

pub enum WGPUProcTextureCreateView {
    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.