Click or drag to resize
DigitalRuneEnvironmentMapEffectBinding Constructor (IGraphicsService, IDictionaryString, Object)
Initializes a new instance of the EnvironmentMapEffectBinding class.

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

Parameters

graphicsService
Type: DigitalRune.GraphicsIGraphicsService
The graphics service.
opaqueData
Type: System.Collections.GenericIDictionaryString, Object
The opaque data. Can be .
See Also