mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 02:20:48 +00:00
Some improvements and bux fix related to OpenGL
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28032 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7c2e8efcd8
commit
74bcdbdd94
7 changed files with 98 additions and 15 deletions
|
@ -44,9 +44,13 @@ typedef enum {
|
|||
NSOpenGLPFAMaximumPolicy = 52,
|
||||
NSOpenGLPFAOffScreen = 53,
|
||||
NSOpenGLPFAFullScreen = 54,
|
||||
NSOpenGLPFASampleBuffers = 55,
|
||||
NSOpenGLPFASamples = 56,
|
||||
NSOpenGLPFAAuxDepthStencil = 57,
|
||||
NSOpenGLPFASampleBuffers = 55, // 10.2
|
||||
NSOpenGLPFASamples = 56, // 10.2
|
||||
NSOpenGLPFAAuxDepthStencil = 57, // 10.2
|
||||
NSOpenGLPFAColorFloat = 58, // 10.4
|
||||
NSOpenGLPFAMultisample = 59, // 10.4
|
||||
NSOpenGLPFASupersample = 60, // 10.4
|
||||
NSOpenGLPFASampleAlpha = 61, // 10.4
|
||||
NSOpenGLPFARendererID = 70,
|
||||
NSOpenGLPFASingleRenderer = 71,
|
||||
NSOpenGLPFANoRecovery = 72,
|
||||
|
@ -59,7 +63,9 @@ typedef enum {
|
|||
NSOpenGLPFAMultiScreen = 81,
|
||||
NSOpenGLPFACompliant = 83,
|
||||
NSOpenGLPFAScreenMask = 84,
|
||||
NSOpenGLPFAVirtualScreenCount = 128
|
||||
NSOpenGLPFAPixelBuffer = 90, // 10.3
|
||||
NSOpenGLPFAAllowOfflineRenderers = 96,// 10.5
|
||||
NSOpenGLPFAVirtualScreenCount = 128 // 10.2
|
||||
} NSOpenGLPixelFormatAttribute;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue