Type Alias PFNGLSIGNALVKSEMAPHORENVPROC

Source
pub type PFNGLSIGNALVKSEMAPHORENVPROC = Option<unsafe extern "C" fn(vkSemaphore: GLuint64)>;

Aliased Type§

pub enum PFNGLSIGNALVKSEMAPHORENVPROC {
    None,
    Some(unsafe extern "C" fn(u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u64))

Some value of type T.