Type Alias PFNGLXWAITFORSBCOMLPROC

Source
pub type PFNGLXWAITFORSBCOMLPROC = Option<unsafe extern "C" fn(dpy: *mut Display, drawable: GLXDrawable, target_sbc: i64, ust: *mut i64, msc: *mut i64, sbc: *mut i64) -> c_int>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.