Does every Mac support Lion OpenGL 3.2?

I am writing a mac application that draws part of its user interface in NSOpenGLView using OpenGL with an obsolete profile.

My application is for OS X 10.7 and later.

If I upgrade to OpenGL 3.2, won't some users let Lion run, or does every Mac with Lion support OpenGL 3.2 anyway?

+5
source share
3 answers

The OS X 10.7 SDK includes an OpenGL 3.2 Core profile, but actual runtime support requires a GPU and OpenGL 3.2 driver.

OpenGL 3.2 2008 , OS X 10.7 Lion Mac, 2006 . Late 2006 Core 2 Duo MacBook Pro Lion ATI Mobility Radeon X1600, OpenGL 2.0.

, , 10.7 Lion, , OpenGL 3.2.

, Mac OpenGL, , OpenGL . , OpenGL 3.2 , 3.2, . , , Mac .

+5

OSX , , OpenGL . OSX, Lion, OpenGL 3.2 Core . , , OpenGL .

, Mac, Lion, OpenGL 3.2 . , - , GPU .

+5

, , Mac, Lion, .

The following is a detailed list of OpenGL features supported by various GPUs and system rendering: https://developer.apple.com/graphicsimaging/opengl/capabilities/GLInfo_1075_Core.html

0
source

All Articles