update()
Called by Cocoa when the view’s window moves or when the view itself moves or is resized.
Declaration
func update()Discussion
The default implementation simply calls the update() method of NSOpenGLContext. You can override this method to perform additional update operations on the context or if you need to add locks for multithreaded access to multiple contexts.