C# Class Axiom.RenderSystems.OpenGLES.Android.AndroidContext

Inheritance: GLESContext
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
_config Javax.Microedition.Khronos.Egl.EGLConfig
_context IGraphicsContext
_drawable Javax.Microedition.Khronos.Egl.EGLSurface
_eglDisplay Javax.Microedition.Khronos.Egl.EGLDisplay
_glSupport AndroidSupport

Méthodes publiques

Méthode Description
AndroidContext ( OpenTK.Platform.Android.AndroidGraphicsContext glContext, AndroidSupport support ) : System

Clone ( ) : GLESContext

Dispose ( ) : void
EndCurrent ( ) : void

SetCurrent ( ) : void

Method Details

AndroidContext() public méthode

public AndroidContext ( OpenTK.Platform.Android.AndroidGraphicsContext glContext, AndroidSupport support ) : System
glContext OpenTK.Platform.Android.AndroidGraphicsContext
support AndroidSupport
Résultat System

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

SetCurrent() public méthode

public SetCurrent ( ) : void
Résultat void

Property Details

_config protected_oe property

protected EGLConfig,Javax.Microedition.Khronos.Egl _config
Résultat Javax.Microedition.Khronos.Egl.EGLConfig

_context protected_oe property

protected IGraphicsContext _context
Résultat IGraphicsContext

_drawable protected_oe property

protected EGLSurface,Javax.Microedition.Khronos.Egl _drawable
Résultat Javax.Microedition.Khronos.Egl.EGLSurface

_eglDisplay protected_oe property

protected EGLDisplay,Javax.Microedition.Khronos.Egl _eglDisplay
Résultat Javax.Microedition.Khronos.Egl.EGLDisplay

_glSupport protected_oe property

protected AndroidSupport,Axiom.RenderSystems.OpenGLES.Android _glSupport
Résultat AndroidSupport