CGLGetVersion

Function CGLGetVersion 

Source
pub unsafe extern "C-unwind" fn CGLGetVersion(
    majorvers: *mut i32,
    minorvers: *mut i32,
)
๐Ÿ‘ŽDeprecated: The OpenGL API is deprecated by Apple
Expand description

ยงSafety

  • majorvers must be a valid pointer or null.
  • minorvers must be a valid pointer or null.