iPhoneOSGameView.GraphicsContext 属性

定义

获取 IGraphicsContext 绑定到此 iPhoneOSGameView 实例的 实例。

public OpenTK.Graphics.IGraphicsContext GraphicsContext { get; set; }
member this.GraphicsContext : OpenTK.Graphics.IGraphicsContext with get, set

属性值

IGraphicsContext绑定到此iPhoneOSGameView实例的 实例。

注解

除非手动设置, GraphicsContextnull 一直调用 CreateFrameBuffer()

适用于