NSOpenGLGetOption
Returns global OpenGL options.
Declaration
extern void NSOpenGLGetOption(NSOpenGLGlobalOption pname, GLint *param);Discussion
Returns in param the value of the global OpenGL parameter pname. The available options are enumerated by the NSOpenGLGlobalOption type.
See Also
Functions
NSConvertGlyphsToPackedGlyphs(_:_:_:_:)NSOpenGLGetVersionNSOpenGLSetOptionraiseBadArgumentException(_:_:_:)NSBeginAlertSheetNSBeginCriticalAlertSheetNSBeginInformationalAlertSheetNSGetAlertPanelNSGetCriticalAlertPanelNSGetInformationalAlertPanelNSReleaseAlertPanel(_:)NSRunAlertPanelNSRunCriticalAlertPanelNSRunInformationalAlertPanelNSRunAlertPanelRelativeToWindow