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
majormust be a valid pointer or null.minormust be a valid pointer or null.