Click or drag to resize
DigitalRuneEffectPassBinding Structure
Selects the effect passes and determines the order in which they need to be applied.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public struct EffectPassBinding : IEnumerable<EffectPass>, 
	IEnumerable, IEquatable<EffectPassBinding>

The EffectPassBinding type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(EffectPassBinding)
Indicates whether the current object is equal to another object of the same type.
Public methodGetEnumerator
Returns an enumerator that iterates through all effect passes of the current effect technique.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two EffectPassBindings to determine whether they are the same.
Public operatorStatic memberInequality
Compares two EffectPassBindings to determine whether they are different.
Top
Extension Methods
  NameDescription
Public Extension MethodDoEffectPass(ActionEffectPass)Overloaded.
Performs the given action on each element in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodDoEffectPass(ActionEffectPass, Int32)Overloaded.
Performs the given action on each element (incorporating its index) in a sequence when it is enumerated.
(Defined by LinqHelper.)
Public Extension MethodForEachEffectPass(ActionEffectPass)Overloaded.
Immediately performs the given action on each element in a sequence.
(Defined by LinqHelper.)
Public Extension MethodForEachEffectPass(ActionEffectPass, Int32)Overloaded.
Immediately performs the given action on each element (incorporating its index) in a sequence.
(Defined by LinqHelper.)
Public Extension MethodIndexOfEffectPass
Returns the index of the first element in a sequence that satisfies the specified condition.
(Defined by LinqHelper.)
Top
Explicit Interface Implementations
See Also