iPhoneOSGameView.Renderbuffer Property
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.
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.