Method | Description | |
---|---|---|
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.
|
public Compile ( string path ) : IEffect | ||
path | string | The path to the effect file. |
return | IEffect |
public XnaEffectCompiler ( GraphicsDevice device ) : System | ||
device | GraphicsDevice | The device. |
return | System |