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),
}