C# Class Reign.Core.GLRenderer

Inheritance: Java.Lang.Object, GLSurfaceView.IRenderer
Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
GLRenderer ( AndroidApplication application ) : System
OnDrawFrame ( IGL10 gl ) : void
OnSurfaceChanged ( IGL10 gl, int width, int height ) : void
OnSurfaceCreated ( IGL10 gl, EGLConfig config ) : void

Method Details

GLRenderer() public method

public GLRenderer ( AndroidApplication application ) : System
application AndroidApplication
return System

OnDrawFrame() public method

public OnDrawFrame ( IGL10 gl ) : void
gl IGL10
return void

OnSurfaceChanged() public method

public OnSurfaceChanged ( IGL10 gl, int width, int height ) : void
gl IGL10
width int
height int
return void

OnSurfaceCreated() public method

public OnSurfaceCreated ( IGL10 gl, EGLConfig config ) : void
gl IGL10
config EGLConfig
return void