編集

Share via


iPhoneOSGameView.SwapBuffers Method

Definition

Swaps the front and back buffers of the current GraphicsContext, presenting the rendered scene to the user.

public virtual void SwapBuffers ();
abstract member SwapBuffers : unit -> unit
override this.SwapBuffers : unit -> unit

Implements

Exceptions

The instance has had Dispose(Boolean) invoked on it.

Remarks

This method rebinds Renderbuffer to the OpenGL context's RenderbufferOes property, then invokes SwapBuffers().

Applies to