C# Class Reign.Core.CocoaApplication.GLRenderer

Inheritance: GLKViewControllerDelegate
显示文件 Open project: reignstudios/ReignSDK

Public Methods

Method Description
GLRenderer ( CocoaApplication application ) : System
Update ( GLKViewController controller ) : void

Private Methods

Method Description
GetRenderbufferParameteriv ( uint target, uint pname, int @params ) : void

Method Details

GLRenderer() public method

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

Update() public method

public Update ( GLKViewController controller ) : void
controller GLKViewController
return void