CAOpenGLLayer
A layer that provides a layer suitable for rendering OpenGL content.
Declaration
class CAOpenGLLayerOverview
To provide OpenGL content you subclass CAOpenGLLayer and override draw(inCGLContext:pixelFormat:forLayerTime:displayTime:). You can specify that the OpenGL content is static by setting the isAsynchronous property to false.
Topics
Determining Layer Properties
Drawing Layer Content
isAsynchronouscanDraw(inCGLContext:pixelFormat:forLayerTime:displayTime:)draw(inCGLContext:pixelFormat:forLayerTime:displayTime:)