org.rococoa.cocoa.appkit
Interface AppKitLibrary.NSOpenGLGlobalOption

Enclosing interface:
AppKitLibrary

public static interface AppKitLibrary.NSOpenGLGlobalOption

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h
enum values


Field Summary
static int NSOpenGLGOClearFormatCache
           
static int NSOpenGLGOFormatCacheSize
           
static int NSOpenGLGOResetLibrary
           
static int NSOpenGLGORetainRenderers
           
 

Field Detail

NSOpenGLGOFormatCacheSize

static final int NSOpenGLGOFormatCacheSize
See Also:
Constant Field Values

NSOpenGLGOClearFormatCache

static final int NSOpenGLGOClearFormatCache
See Also:
Constant Field Values

NSOpenGLGORetainRenderers

static final int NSOpenGLGORetainRenderers
See Also:
Constant Field Values

NSOpenGLGOResetLibrary

static final int NSOpenGLGOResetLibrary
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.