Type Alias WGPUProcTextureGetFormat

Source
pub type WGPUProcTextureGetFormat = Option<unsafe extern "C" fn(texture: WGPUTexture) -> WGPUTextureFormat>;

Aliased Type§

pub enum WGPUProcTextureGetFormat {
    None,
    Some(unsafe extern "C" fn(*mut WGPUTextureImpl) -> WGPUTextureFormat),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut WGPUTextureImpl) -> WGPUTextureFormat)

Some value of type T.