C# Class Afterglow.Graphics.Effects.XnaEffectCompiler

Xna effect compiler.
Inheritance: IEffectCompiler
Afficher le fichier Open project: Christof/afterglow

Méthodes publiques

Méthode Description
Compile ( string path ) : IEffect

Compiles an effect file specified trough the given path.

XnaEffectCompiler ( GraphicsDevice device ) : System

Initializes a new instance of the XnaEffectCompiler class.

Method Details

Compile() public méthode

Compiles an effect file specified trough the given path.
public Compile ( string path ) : IEffect
path string The path to the effect file.
Résultat IEffect

XnaEffectCompiler() public méthode

Initializes a new instance of the XnaEffectCompiler class.
public XnaEffectCompiler ( GraphicsDevice device ) : System
device GraphicsDevice The device.
Résultat System