Click or drag to resize
DigitalRuneDRMaterialContentPasses Property
Gets or sets the effect bindings per render pass.

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
public Dictionary<string, DREffectBindingContent> Passes { get; set; }

Property Value

Type: DictionaryString, DREffectBindingContent
The effect bindings per render pass.
See Also