C# Class Axiom.RenderSystems.OpenGLES.IPhone.IPhoneContext

Inheritance: GLESContext
Show file Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
_context IGraphicsContext
_glSupport GLESSupport

Public Methods

Method Description
Clone ( ) : GLESContext

Dispose ( ) : void
EndCurrent ( ) : void

IPhoneContext ( IGraphicsContext glContext, GLESSupport support ) : System

SetCurrent ( ) : void

Method Details

Clone() public method

public Clone ( ) : GLESContext
return GLESContext

Dispose() public method

public Dispose ( ) : void
return void

EndCurrent() public method

public EndCurrent ( ) : void
return void

IPhoneContext() public method

public IPhoneContext ( IGraphicsContext glContext, GLESSupport support ) : System
glContext IGraphicsContext
support GLESSupport
return System

SetCurrent() public method

public SetCurrent ( ) : void
return void

Property Details

_context protected property

protected IGraphicsContext _context
return IGraphicsContext

_glSupport protected property

protected GLESSupport _glSupport
return GLESSupport