iPhoneOSGraphicsContext.SwapBuffers 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.
Swap buffers, presenting the rendered scene to the user.
public void SwapBuffers ();
abstract member SwapBuffers : unit -> unit
override this.SwapBuffers : unit -> unit
Implements
Remarks
This method is equivalent to calling M:OpenGLES.EAGLContext.PresentRenderBuffer(System.UInt32) with RenderbufferOes, thus displaying the current renderbuffer.