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

Inheritance: GLESContext
Show file Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
_config Javax.Microedition.Khronos.Egl.EGLConfig
_context IGraphicsContext
_drawable Javax.Microedition.Khronos.Egl.EGLSurface
_eglDisplay Javax.Microedition.Khronos.Egl.EGLDisplay
_glSupport AndroidSupport

Public Methods

Method Description
AndroidContext ( OpenTK.Platform.Android.AndroidGraphicsContext glContext, AndroidSupport support ) : System

Clone ( ) : GLESContext

Dispose ( ) : void
EndCurrent ( ) : void

SetCurrent ( ) : void

Method Details

AndroidContext() public method

public AndroidContext ( OpenTK.Platform.Android.AndroidGraphicsContext glContext, AndroidSupport support ) : System
glContext OpenTK.Platform.Android.AndroidGraphicsContext
support AndroidSupport
return System

Clone() public method

public Clone ( ) : GLESContext
return GLESContext

Dispose() public method

public Dispose ( ) : void
return void

EndCurrent() public method

public EndCurrent ( ) : void
return void

SetCurrent() public method

public SetCurrent ( ) : void
return void

Property Details

_config protected property

protected EGLConfig,Javax.Microedition.Khronos.Egl _config
return Javax.Microedition.Khronos.Egl.EGLConfig

_context protected property

protected IGraphicsContext _context
return IGraphicsContext

_drawable protected property

protected EGLSurface,Javax.Microedition.Khronos.Egl _drawable
return Javax.Microedition.Khronos.Egl.EGLSurface

_eglDisplay protected property

protected EGLDisplay,Javax.Microedition.Khronos.Egl _eglDisplay
return Javax.Microedition.Khronos.Egl.EGLDisplay

_glSupport protected property

protected AndroidSupport,Axiom.RenderSystems.OpenGLES.Android _glSupport
return AndroidSupport