Returns an NSOpenGLPixelFormatobject initialized with using an existing CGL pixel format object.
Original signature is '- (id)initWithCGLPixelFormatObj:(void *)format'
Available in Mac OS X v10.6 and later.


- format (IntPtr)
- An existing CGL pixel format object.

An intialized NSOpenGLPixelFormat object that wraps the CGL pixel format object.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)