C# Class Axiom.RenderSystems.Xna.XnaVertexProgram

Xna implementation of low-level vertex programs.
Inheritance: XnaGpuProgram
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
Unload ( ) : void

Unloads the VertexShader object.

Protected Methods

Method Description
LoadFromShaderCode ( ) : void

Loads a vertex shader from shaderCode member variable

Private Methods

Method 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 method

Loads a vertex shader from shaderCode member variable
protected LoadFromShaderCode ( ) : void
return void

Unload() public method

Unloads the VertexShader object.
public Unload ( ) : void
return void