C# Class CSharpGL.Demos.ZeroAttributeRenderer

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

Méthodes publiques

Méthode Description
Create ( ) : ZeroAttributeRenderer

Méthodes protégées

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

Private Methods

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

Method Details

Create() public static méthode

public static Create ( ) : ZeroAttributeRenderer
Résultat ZeroAttributeRenderer

DoInitialize() protected méthode

protected DoInitialize ( ) : void
Résultat void

DoRender() protected méthode

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