copyCGLPixelFormat(forDisplayMask:)
Returns the OpenGL pixel format suitable for rendering to the set of displays specified by the display mask.
Declaration
func copyCGLPixelFormat(forDisplayMask mask: UInt32) -> CGLPixelFormatObjParameters
- mask:
The display mask the OpenGL content will be rendered on.
Discussion
This method is called when a pixel format object is needed for the receiver. The default implementation returns a 32bpp fixed point pixelf format, with the NoRecovery and Accelerated flags set.
You should not call this method directly, it is intended to be overridden by subclasses.