iPhoneOSGameView.Framebuffer 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 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.