PFNGLIMPORTSYNCEXTPROC

Type Alias PFNGLIMPORTSYNCEXTPROC 

Source
pub type PFNGLIMPORTSYNCEXTPROC = Option<unsafe extern "C" fn(external_sync_type: GLenum, external_sync: GLintptr, flags: GLbitfield) -> GLsync>;

Aliased Type§

pub enum PFNGLIMPORTSYNCEXTPROC {
    None,
    Some(unsafe extern "C" fn(u32, i64, u32) -> *mut __GLsync),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, i64, u32) -> *mut __GLsync)

Some value of type T.