cocoa.views: add some constants for opengl.

char-rename
Doug Coleman 2016-06-28 22:47:11 -07:00
parent f99c684cc5
commit ba7f71abc8
1 changed files with 4 additions and 0 deletions

View File

@ -38,11 +38,15 @@ CONSTANT: NSOpenGLPFACompliant 83
CONSTANT: NSOpenGLPFAScreenMask 84
CONSTANT: NSOpenGLPFAPixelBuffer 90
CONSTANT: NSOpenGLPFAAllowOfflineRenderers 96
CONSTANT: NSOpenGLPFAOpenGLProfile 99
CONSTANT: NSOpenGLPFAVirtualScreenCount 128
CONSTANT: NSOpenGLCPSwapInterval 222
CONSTANT: NSOpenGLCPSurfaceOpacity 236
CONSTANT: NSOpenGLProfileVersion3_2Core 0x3200
CONSTANT: kCGLOGLPVersion_GL4_Core 0x4100
: <GLView> ( class dim pixel-format -- view )
[ -> alloc ]
[ [ 0 0 ] dip first2 <CGRect> ]