[go: up one dir, main page]

GLProc

Type Alias GLProc 

Source
pub type GLProc = GLFWglproc;
Expand description

An OpenGL process address.

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.