C# Class Examples.Tutorial.HelloGL3

Inheritance: OpenTK.GameWindow
Afficher le fichier Open project: tpb3d/TPB3D Class Usage Examples

Méthodes publiques

Méthode Description
HelloGL3 ( ) : System

Méthodes protégées

Méthode Description
OnLoad ( System e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Private Methods

Méthode Description
CreateShaders ( ) : void
CreateVAOs ( ) : void
CreateVBOs ( ) : void
Main ( ) : void

Method Details

HelloGL3() public méthode

public HelloGL3 ( ) : System
Résultat System

OnLoad() protected méthode

protected OnLoad ( System e ) : void
e System
Résultat void

OnRenderFrame() protected méthode

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

OnUpdateFrame() protected méthode

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void