Try to fix OSX fullscreen OpenGL profile

This commit is contained in:
Marianne Gagnon 2014-11-19 18:43:55 -05:00
parent 93619555fc
commit d776bee39a

View File

@ -811,6 +811,7 @@ bool CIrrDeviceMacOSX::createWindow()
kCGLPFASampleBuffers, (CGLPixelFormatAttribute)(CreationParams.AntiAlias?1:0),
kCGLPFASamples, (CGLPixelFormatAttribute)CreationParams.AntiAlias,
kCGLPFAStencilSize, (CGLPixelFormatAttribute)(CreationParams.Stencilbuffer?1:0),
kCGLPFAOpenGLProfile, (CGLPixelFormatAttribute)kCGLOGLPVersion_3_2_Core,
(CGLPixelFormatAttribute)NULL
};