C# Class Axiom.RenderSystems.Xna.XnaFragmentProgram

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

Public Methods

Method Description
Unload ( ) : void

Unloads the PixelShader object.

Protected Methods

Method Description
LoadFromShaderCode ( ) : void

Loads a pixel shader from shaderCode member variable

Private Methods

Method Description
XnaFragmentProgram ( 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 pixel shader from shaderCode member variable
protected LoadFromShaderCode ( ) : void
return void

Unload() public method

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