| IEffectBinderGetBinding Method (Effect) |
Gets the binding that selects the technique for rendering the specified effect.
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax EffectTechniqueBinding GetBinding(
Effect effect
)
Function GetBinding (
effect As Effect
) As EffectTechniqueBinding
EffectTechniqueBinding^ GetBinding(
Effect^ effect
)
abstract GetBinding :
effect : Effect -> EffectTechniqueBinding
Parameters
- effect
- Type: Effect
The effect.
Return Value
Type:
EffectTechniqueBinding
The
EffectTechniqueBinding that selects the technique when
effect needs to be rendered. The method returns
if
the effect binder is unable to provide a binding.
See Also