EffectParameterArrayBindingT Constructor (Effect, EffectParameter, T) |
Namespace: DigitalRune.Graphics.Effects
protected EffectParameterArrayBinding( Effect effect, EffectParameter parameter, T value )
Exception | Condition |
---|---|
ArgumentNullException | effect or parameter is . |
EffectBindingException | The value type T is not supported or does not match the effect parameter. |