org.rococoa.cocoa.opengl
Interface OpenGLLibrary.CGLPixelFormatAttribute
- Enclosing interface:
- OpenGLLibrary
public static interface OpenGLLibrary.CGLPixelFormatAttribute
native declaration : /System/Library/Frameworks/OpenGL.framework/Headers/CGLTypes.h
enum values
kCGLPFAAllRenderers
static final int kCGLPFAAllRenderers
- See Also:
- Constant Field Values
kCGLPFADoubleBuffer
static final int kCGLPFADoubleBuffer
- See Also:
- Constant Field Values
kCGLPFAStereo
static final int kCGLPFAStereo
- See Also:
- Constant Field Values
kCGLPFAAuxBuffers
static final int kCGLPFAAuxBuffers
- See Also:
- Constant Field Values
kCGLPFAColorSize
static final int kCGLPFAColorSize
- See Also:
- Constant Field Values
kCGLPFAAlphaSize
static final int kCGLPFAAlphaSize
- See Also:
- Constant Field Values
kCGLPFADepthSize
static final int kCGLPFADepthSize
- See Also:
- Constant Field Values
kCGLPFAStencilSize
static final int kCGLPFAStencilSize
- See Also:
- Constant Field Values
kCGLPFAAccumSize
static final int kCGLPFAAccumSize
- See Also:
- Constant Field Values
kCGLPFAMinimumPolicy
static final int kCGLPFAMinimumPolicy
- See Also:
- Constant Field Values
kCGLPFAMaximumPolicy
static final int kCGLPFAMaximumPolicy
- See Also:
- Constant Field Values
kCGLPFAOffScreen
static final int kCGLPFAOffScreen
- See Also:
- Constant Field Values
kCGLPFAFullScreen
static final int kCGLPFAFullScreen
- See Also:
- Constant Field Values
kCGLPFASampleBuffers
static final int kCGLPFASampleBuffers
- See Also:
- Constant Field Values
kCGLPFASamples
static final int kCGLPFASamples
- See Also:
- Constant Field Values
kCGLPFAAuxDepthStencil
static final int kCGLPFAAuxDepthStencil
- See Also:
- Constant Field Values
kCGLPFAColorFloat
static final int kCGLPFAColorFloat
- See Also:
- Constant Field Values
kCGLPFAMultisample
static final int kCGLPFAMultisample
- See Also:
- Constant Field Values
kCGLPFASupersample
static final int kCGLPFASupersample
- See Also:
- Constant Field Values
kCGLPFASampleAlpha
static final int kCGLPFASampleAlpha
- See Also:
- Constant Field Values
kCGLPFARendererID
static final int kCGLPFARendererID
- See Also:
- Constant Field Values
kCGLPFASingleRenderer
static final int kCGLPFASingleRenderer
- See Also:
- Constant Field Values
kCGLPFANoRecovery
static final int kCGLPFANoRecovery
- See Also:
- Constant Field Values
kCGLPFAAccelerated
static final int kCGLPFAAccelerated
- See Also:
- Constant Field Values
kCGLPFAClosestPolicy
static final int kCGLPFAClosestPolicy
- See Also:
- Constant Field Values
kCGLPFABackingStore
static final int kCGLPFABackingStore
- See Also:
- Constant Field Values
kCGLPFAWindow
static final int kCGLPFAWindow
- See Also:
- Constant Field Values
kCGLPFACompliant
static final int kCGLPFACompliant
- See Also:
- Constant Field Values
kCGLPFADisplayMask
static final int kCGLPFADisplayMask
- See Also:
- Constant Field Values
kCGLPFAPBuffer
static final int kCGLPFAPBuffer
- See Also:
- Constant Field Values
kCGLPFARemotePBuffer
static final int kCGLPFARemotePBuffer
- See Also:
- Constant Field Values
kCGLPFAAllowOfflineRenderers
static final int kCGLPFAAllowOfflineRenderers
- See Also:
- Constant Field Values
kCGLPFAAcceleratedCompute
static final int kCGLPFAAcceleratedCompute
- See Also:
- Constant Field Values
kCGLPFAVirtualScreenCount
static final int kCGLPFAVirtualScreenCount
- See Also:
- Constant Field Values
kCGLPFARobust
static final int kCGLPFARobust
- Note:
kCGLPFARobust, kCGLPFAMPSafe and kCGLPFAMultiScreen attributes will be deprecated in 10.5
Applications with these attributes will continue to work but these are being
deprecated for new applications.
renderer does not need failure recovery
- See Also:
- Constant Field Values
kCGLPFAMPSafe
static final int kCGLPFAMPSafe
- See Also:
- Constant Field Values
kCGLPFAMultiScreen
static final int kCGLPFAMultiScreen
- See Also:
- Constant Field Values
Copyright © 2009. All Rights Reserved.