Click or drag to resize
DigitalRuneEffectTechniqueBindingGetPassBinding Method
Gets the effect pass binding for the specified effect technique.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectPassBinding GetPassBinding(
	EffectTechnique technique,
	RenderContext context
)

Parameters

technique
Type: EffectTechnique
The effect technique.
context
Type: DigitalRune.GraphicsRenderContext
The render context.

Return Value

Type: EffectPassBinding
The effect pass binding.
See Also