C# Class Afterglow.Graphics.Effects.OpenTKEffectCompiler

Xna effect compiler.
Inheritance: IEffectCompiler, IDisposable
Show file Open project: Christof/afterglow

Public Methods

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

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

Dispose() public method

public Dispose ( ) : void
return void

OpenTKEffectCompiler() public method

Initializes a new instance of the OpenTKEffectCompiler class.
public OpenTKEffectCompiler ( ) : System
return System