NSOpenGLGetVersion
Returns the NSOpenGL version numbers.
Declaration
extern void NSOpenGLGetVersion(GLint *major, GLint *minor);Discussion
Returns by reference the major and minor version numbers of the NSOpenGL implementation. This function is not the same as the OpenGL version.
See Also
Functions
NSConvertGlyphsToPackedGlyphs(_:_:_:_:)NSOpenGLGetOptionNSOpenGLSetOptionraiseBadArgumentException(_:_:_:)NSBeginAlertSheetNSBeginCriticalAlertSheetNSBeginInformationalAlertSheetNSGetAlertPanelNSGetCriticalAlertPanelNSGetInformationalAlertPanelNSReleaseAlertPanel(_:)NSRunAlertPanelNSRunCriticalAlertPanelNSRunInformationalAlertPanelNSRunAlertPanelRelativeToWindow