These constants are option names for NSOpenGLSetOption and NSOpenGLGetOption.
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
public enum NSOpenGLGlobalOption
Public Enumeration NSOpenGLGlobalOption
public enum class NSOpenGLGlobalOption
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)