org.rococoa.cocoa.opengl
Interface OpenGLLibrary.CGLContextParameter

Enclosing interface:
OpenGLLibrary

public static interface OpenGLLibrary.CGLContextParameter


Field Summary
static int kCGLCPClientStorage
          Note: kCGLCPClientStorage is always a pointer-sized parameter, even though the API claims GLint.
static int kCGLCPCurrentRendererID
           
static int kCGLCPDispatchTableSize
           
static int kCGLCPGPUFragmentProcessing
           
static int kCGLCPGPUVertexProcessing
           
static int kCGLCPHasDrawable
           
static int kCGLCPMPSwapsInFlight
           
static int kCGLCPReclaimResources
           
static int kCGLCPSurfaceBackingSize
          AGL_FS_CAPTURE_SINGLE 255
2 params.
static int kCGLCPSurfaceOpacity
           
static int kCGLCPSurfaceOrder
          AGL_CONTEXT_DISPLAY_ID 234
1 param. 1 -> Above window, -1 -> Below Window
static int kCGLCPSurfaceSurfaceVolatile
          AGL_SURFACE_VOLATILE 306
1 param.
static int kCGLCPSurfaceTexture
           
static int kCGLCPSwapInterval
           
static int kCGLCPSwapRectangle
           
 

Field Detail

kCGLCPSwapRectangle

static final int kCGLCPSwapRectangle
See Also:
Constant Field Values

kCGLCPSwapInterval

static final int kCGLCPSwapInterval
See Also:
Constant Field Values

kCGLCPDispatchTableSize

static final int kCGLCPDispatchTableSize
See Also:
Constant Field Values

kCGLCPClientStorage

static final int kCGLCPClientStorage
Note: kCGLCPClientStorage is always a pointer-sized parameter, even though the API claims GLint.
1 param. Context specific generic storage

See Also:
Constant Field Values

kCGLCPSurfaceTexture

static final int kCGLCPSurfaceTexture
See Also:
Constant Field Values

kCGLCPSurfaceOrder

static final int kCGLCPSurfaceOrder
AGL_CONTEXT_DISPLAY_ID 234
1 param. 1 -> Above window, -1 -> Below Window

See Also:
Constant Field Values

kCGLCPSurfaceOpacity

static final int kCGLCPSurfaceOpacity
See Also:
Constant Field Values

kCGLCPSurfaceBackingSize

static final int kCGLCPSurfaceBackingSize
AGL_FS_CAPTURE_SINGLE 255
2 params. Width/height of surface backing size

See Also:
Constant Field Values

kCGLCPSurfaceSurfaceVolatile

static final int kCGLCPSurfaceSurfaceVolatile
AGL_SURFACE_VOLATILE 306
1 param. Surface volatile state

See Also:
Constant Field Values

kCGLCPReclaimResources

static final int kCGLCPReclaimResources
See Also:
Constant Field Values

kCGLCPCurrentRendererID

static final int kCGLCPCurrentRendererID
See Also:
Constant Field Values

kCGLCPGPUVertexProcessing

static final int kCGLCPGPUVertexProcessing
See Also:
Constant Field Values

kCGLCPGPUFragmentProcessing

static final int kCGLCPGPUFragmentProcessing
See Also:
Constant Field Values

kCGLCPHasDrawable

static final int kCGLCPHasDrawable
See Also:
Constant Field Values

kCGLCPMPSwapsInFlight

static final int kCGLCPMPSwapsInFlight
See Also:
Constant Field Values