| IEffectInterpreter Interface |
Interprets effects and provides descriptions for effect techniques and parameters.
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public interface IEffectInterpreter
Public Interface IEffectInterpreter
public interface class IEffectInterpreter
type IEffectInterpreter = interface end
Methods Remarks
The IEffectInterpreter interprets effect techniques and parameters by looking at
their name, semantics, and annotations. When the interpreter recognizes an effect technique or
parameter, it returns a description which determines how the effect is used at runtime.
See Also