releaseCGLPixelFormat(_:)
Releases the specified OpenGL pixel format object.
Declaration
func releaseCGLPixelFormat(_ pf: CGLPixelFormatObj)Parameters
- pf:
The pixel format object to release.
Discussion
This method is called when the OpenGL pixel format that was previously returned by copyCGLContext(forPixelFormat:).
You should not call this method directly, it is intended to be overridden by subclasses.