C# Class Afterglow.Graphics.Effects.OpenTKEffectCompiler

Xna effect compiler.
Inheritance: IEffectCompiler, IDisposable
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.

Dispose ( ) : void
OpenTKEffectCompiler ( ) : System

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OpenTKEffectCompiler() public méthode

Initializes a new instance of the OpenTKEffectCompiler class.
public OpenTKEffectCompiler ( ) : System
Résultat System