iPhoneOSGameView.Renderbuffer Property

Definition

The renderbuffer value for the GraphicsContext.

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

Property Value

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

Remarks

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

Applies to