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§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUTextureImpl) -> WGPUTextureFormat)
Some value of type T.