Click or drag to resize
DigitalRuneIEffectInterpreter Interface
Interprets effects and provides descriptions for effect techniques and parameters.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public interface IEffectInterpreter
Methods
  NameDescription
Public methodGetDescription(Effect, EffectParameter)
Interprets the specified effect parameter.
Public methodGetDescription(Effect, EffectTechnique)
Interprets the specified effect technique.
Top
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