Edit

Share via


iPhoneOSGameView.Framebuffer Property

Definition

The framebuffer value for the GraphicsContext.

public int Framebuffer { get; }
member this.Framebuffer : int

Property Value

A T:System.Int32 containing the value for the framebuffer bound to the OpenGL context.

Remarks

Framebuffer will be 0 until CreateFrameBuffer() has been invoked.

Applies to