C# Class CSharpGL.Demos.UniformStructRenderer

Inheritance: Renderer
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Private Properties

Свойство Type Description
UniformStructRenderer System

Méthodes publiques

Méthode Description
Create ( ) : UniformStructRenderer

Méthodes protégées

Méthode Description
DoInitialize ( ) : void
DoRender ( RenderEventArgs arg ) : void

Private Methods

Méthode Description
UniformStructRenderer ( IBufferable model, ShaderCode shaderCodes, AttributeMap attributeMap ) : System

Method Details

Create() public static méthode

public static Create ( ) : UniformStructRenderer
Résultat UniformStructRenderer

DoInitialize() protected méthode

protected DoInitialize ( ) : void
Résultat void

DoRender() protected méthode

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
Résultat void