Sets global OpenGL options.
SDK
- macOS 10.0–10.14Deprecated
Framework
- App
Kit
Declaration
void NSOpenGLSetOption(NSOpen GLGlobal Option pname, GLint param);
Discussion
Sets the value of the global OpenGL parameter pname
to param
. The available options are enumerated by the NSOpen
type.