Click or drag to resize
DigitalRuneIEffectBinder Interface
Creates bindings 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 IEffectBinder
Methods
  NameDescription
Public methodGetBinding(Effect)
Gets the binding that selects the technique for rendering the specified effect.
Public methodGetBinding(Effect, EffectParameter, IDictionaryString, Object)
Gets the binding that provides the value for the specified effect parameter.
Top
See Also