pub unsafe extern "C-unwind" fn CGLGetVersion(
majorvers: *mut i32,
minorvers: *mut i32,
)๐Deprecated: The OpenGL API is deprecated by Apple
Expand description
ยงSafety
majorversmust be a valid pointer or null.minorversmust be a valid pointer or null.