Click or drag to resize
DigitalRuneEffectBinding Constructor (IGraphicsService, Effect, IDictionaryString, Object)
Initializes a new instance of the EffectBinding class which can be used in a Material (only storing bindings for Material parameters).

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectBinding(
	IGraphicsService graphicsService,
	Effect effect,
	IDictionary<string, Object> opaqueData
)

Parameters

graphicsService
Type: DigitalRune.GraphicsIGraphicsService
The graphics service.
effect
Type: Effect
The effect.
opaqueData
Type: System.Collections.GenericIDictionaryString, Object
The opaque data. Can be .
Exceptions
ExceptionCondition
ArgumentNullExceptiongraphicsService or effect is .
See Also