C# Класс Afterglow.Graphics.Effects.OpenTKEffectCompiler

Xna effect compiler.
Наследование: IEffectCompiler, IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Compile() публичный Метод

Compiles an effect file specified trough the given path.
public Compile ( string path ) : IEffect
path string The path to the effect file.
Результат IEffect

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

OpenTKEffectCompiler() публичный Метод

Initializes a new instance of the OpenTKEffectCompiler class.
public OpenTKEffectCompiler ( ) : System
Результат System