C# Class Examples.Tutorial.HelloGL3

Inheritance: OpenTK.GameWindow
显示文件 Open project: tpb3d/TPB3D Class Usage Examples

Public Methods

Method Description
HelloGL3 ( ) : System

Protected Methods

Method Description
OnLoad ( System e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Private Methods

Method Description
CreateShaders ( ) : void
CreateVAOs ( ) : void
CreateVBOs ( ) : void
Main ( ) : void

Method Details

HelloGL3() public method

public HelloGL3 ( ) : System
return System

OnLoad() protected method

protected OnLoad ( System e ) : void
e System
return void

OnRenderFrame() protected method

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
return void

OnUpdateFrame() protected method

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
return void