| EffectPassBindingGetEnumerator Method |
Returns an enumerator that iterates through all effect passes of the current effect
technique.
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public EffectPassEnumerator GetEnumerator()
Public Function GetEnumerator As EffectPassEnumerator
public:
EffectPassEnumerator GetEnumerator()
member GetEnumerator : unit -> EffectPassEnumerator
Return Value
Type:
EffectPassEnumerator
An
IEnumeratorT that can be used to iterate the effect passes of the
current effect technique.
Exceptions See Also