Click or drag to resize
DigitalRuneDictionaryEffectBinderCreateConstParameterBindingT Method

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static EffectParameterBinding CreateConstParameterBinding<T>(
	Effect effect,
	EffectParameter parameter,
	IDictionary<string, Object> opaqueData,
	string key
)

Parameters

effect
Type: Effect
The effect.
parameter
Type: EffectParameter
The parameter.
opaqueData
Type: System.Collections.GenericIDictionaryString, Object
The opaque data. Can be .
key
Type: SystemString
The key of an item in the opaque data.

Type Parameters

T
The type of the effect parameter.

Return Value

Type: EffectParameterBinding
The ConstParameterBindingT.
See Also