Click or drag to resize
DigitalRuneIGraphicsServiceEffectInterpreters Property
Gets or sets the effect interpreters.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
EffectInterpreterCollection EffectInterpreters { get; }

Property Value

Type: EffectInterpreterCollection
The effect interpreters.
Remarks

User-defined IEffectInterpreter can be added to the collection to support new effect techniques and parameters.

Any changes to EffectInterpreters or EffectBinders need to be made before the actual EffectBindings are created. The IEffectInterpreters and IEffectBinders are automatically applied when an new EffectBinding is created.

Effect interpreters at the start of the collection have higher priority.

See Also