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

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

공개 메소드들

메소드 설명
Compile ( string path ) : IEffect

Compiles an effect file specified trough the given path.

XnaEffectCompiler ( GraphicsDevice device ) : System

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

XnaEffectCompiler() 공개 메소드

Initializes a new instance of the XnaEffectCompiler class.
public XnaEffectCompiler ( GraphicsDevice device ) : System
device GraphicsDevice The device.
리턴 System