Contents

NSOpenGLSetOption

Sets global OpenGL options.

Declaration

extern void NSOpenGLSetOption(NSOpenGLGlobalOption pname, GLint param);

Discussion

Sets the value of the global OpenGL parameter pname to param. The available options are enumerated by the NSOpenGLGlobalOption type.

See Also

Functions