ConstParameterArrayBindingT Constructor (Effect, EffectParameter, T) |
Namespace: DigitalRune.Graphics.Effects
public ConstParameterArrayBinding( Effect effect, EffectParameter parameter, T[] values )
Exception | Condition |
---|---|
ArgumentNullException | effect, parameter, or values is . |
ArgumentException | The number of elements in values does not match the number of elements of parameter. |
EffectBindingException | The value type T is not supported. |
InvalidOperationException | parameter does not represent an array of values. |