C# Class Axiom.RenderSystems.Xna.XnaVertexProgram

Xna implementation of low-level vertex programs.
Inheritance: XnaGpuProgram
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
Unload ( ) : void

Unloads the VertexShader object.

Méthodes protégées

Méthode Description
LoadFromShaderCode ( ) : void

Loads a vertex shader from shaderCode member variable

Private Methods

Méthode Description
XnaVertexProgram ( ResourceManager parent, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, Microsoft.Xna.Framework.Graphics device ) : System

Method Details

LoadFromShaderCode() protected méthode

Loads a vertex shader from shaderCode member variable
protected LoadFromShaderCode ( ) : void
Résultat void

Unload() public méthode

Unloads the VertexShader object.
public Unload ( ) : void
Résultat void