Type Alias WGPUProcGetProcAddress

Source
pub type WGPUProcGetProcAddress = Option<unsafe extern "C" fn(procName: WGPUStringView) -> WGPUProc>;

Aliased Type§

enum WGPUProcGetProcAddress {
    None,
    Some(unsafe extern "C" fn(WGPUStringView) -> Option<unsafe extern "C" fn()>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(WGPUStringView) -> Option<unsafe extern "C" fn()>)

Some value of type T.