C# 클래스 Afterglow.Graphics.Effects.OpenTKEffectCompiler

Xna effect compiler.
상속: IEffectCompiler, IDisposable
파일 보기 프로젝트 열기: Christof/afterglow

공개 메소드들

메소드 설명
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