C# Class Afterglow.Graphics.Effects.SlimDXEffectCompiler

Implementation of an effect compiler for SlimDX.
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.

SlimDXEffectCompiler ( Device device ) : SlimDX.Direct3D10

Initializes a new instance of the SlimDXEffectCompiler 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

SlimDXEffectCompiler() public méthode

Initializes a new instance of the SlimDXEffectCompiler class.
public SlimDXEffectCompiler ( Device device ) : SlimDX.Direct3D10
device Device The device.
Résultat SlimDX.Direct3D10