iPhoneOSGameView.DestroyFrameBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Destroys the framebuffer, renderbuffer, EAGLContext, and GraphicsContext.
protected virtual void DestroyFrameBuffer ();
abstract member DestroyFrameBuffer : unit -> unit
override this.DestroyFrameBuffer : unit -> unit
Exceptions
The instance has had Dispose(Boolean) invoked on it.
Remarks
This method is invoked by: Dispose(Boolean), LayoutSubviews(), and OnUnload(EventArgs).