Click or drag to resize
DigitalRuneMaterialPasses Property
Gets a collection of all the render passes supported by this material.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public DictionaryTKey, TValueKeyCollection Passes { get; }

Property Value

Type: DictionaryTKey, TValueKeyCollection
An ICollectionT containing the render passes supported by this material.
Remarks
See Also