Type Alias WGPUProcDeviceCreateRenderPipeline

Source
pub type WGPUProcDeviceCreateRenderPipeline = Option<unsafe extern "C" fn(device: WGPUDevice, descriptor: *const WGPURenderPipelineDescriptor) -> WGPURenderPipeline>;

Aliased Type§

pub enum WGPUProcDeviceCreateRenderPipeline {
    None,
    Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, *const WGPURenderPipelineDescriptor) -> *mut WGPURenderPipelineImpl),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut WGPUDeviceImpl, *const WGPURenderPipelineDescriptor) -> *mut WGPURenderPipelineImpl)

Some value of type T.