Click or drag to resize
DigitalRuneEffectPassBindingGetEnumerator Method
Returns an enumerator that iterates through all effect passes of the current effect technique.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectPassEnumerator GetEnumerator()

Return Value

Type: EffectPassEnumerator
An IEnumeratorT that can be used to iterate the effect passes of the current effect technique.
Exceptions
ExceptionCondition
InvalidOperationException The EffectPassBinding is invalid.
See Also