Type Alias glow::gl46::types::GLVULKANPROCNV

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

Aliased Type§

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.