MonobjcMonobjc Documented Class Library
NSOpenGLGlobalOption Enumeration
NamespacesMonobjc.AppKitNSOpenGLGlobalOption

These constants are option names for NSOpenGLSetOption and NSOpenGLGetOption.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSOpenGLGlobalOption
Public Enumeration NSOpenGLGlobalOption
public enum class NSOpenGLGlobalOption
Members
MemberDescription
NSOpenGLGOFormatCacheSize

Sets the size of the pixel format cache.

Available in Mac OS X v10.0 and later.


NSOpenGLGOClearFormatCache

Resets the pixel format cache if true.

Available in Mac OS X v10.0 and later.


NSOpenGLGORetainRenderers

Whether to retain loaded renderers in memory.

Available in Mac OS X v10.0 and later.


NSOpenGLGOResetLibrary

Does a soft reset of the CGL library if true.

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)