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

Inheritance: GLESContext
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство Type Description
_context IGraphicsContext
_glSupport GLESSupport

Méthodes publiques

Méthode Description
Clone ( ) : GLESContext

Dispose ( ) : void
EndCurrent ( ) : void

IPhoneContext ( IGraphicsContext glContext, GLESSupport support ) : System

SetCurrent ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : GLESContext
Résultat GLESContext

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndCurrent() public méthode

public EndCurrent ( ) : void
Résultat void

IPhoneContext() public méthode

public IPhoneContext ( IGraphicsContext glContext, GLESSupport support ) : System
glContext IGraphicsContext
support GLESSupport
Résultat System

SetCurrent() public méthode

public SetCurrent ( ) : void
Résultat void

Property Details

_context protected_oe property

protected IGraphicsContext _context
Résultat IGraphicsContext

_glSupport protected_oe property

protected GLESSupport _glSupport
Résultat GLESSupport