Type Alias GLVULKANPROCNV

Source
pub type GLVULKANPROCNV = Option<extern "system" fn()>;

Aliased Type§

pub enum GLVULKANPROCNV {
    None,
    Some(extern "system" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "system" fn())

Some value of type T.