Skip to main content

NSOpenGLGetVersion

Function NSOpenGLGetVersion 

Source
pub unsafe extern "C-unwind" fn NSOpenGLGetVersion(
    major: *mut i32,
    minor: *mut i32,
)
๐Ÿ‘ŽDeprecated:

OpenGL API deprecated; please use Metal and MetalKit. (Define GL_SILENCE_DEPRECATION to silence these warnings.)

Available on Apple and crate feature NSOpenGL and crate feature objc2-open-gl only.
Expand description

ยงSafety

  • major must be a valid pointer or null.
  • minor must be a valid pointer or null.