Edit

Share via


iPhoneOSGraphicsContext.SwapBuffers Method

Definition

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.

Applies to