pub type WGPUProcDeviceCreateErrorTexture = Option<unsafe extern "C" fn(device: WGPUDevice, descriptor: *const WGPUTextureDescriptor) -> WGPUTexture>;Aliased Type§
pub enum WGPUProcDeviceCreateErrorTexture {
None,
Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, *const WGPUTextureDescriptor) -> *mut WGPUTextureImpl),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, *const WGPUTextureDescriptor) -> *mut WGPUTextureImpl)
Some value of type T.