Click or drag to resize
DigitalRuneDirectionalLightShadowParameterBindingOnApply Method
Called when the effect parameter value needs to be applied.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override void OnApply(
	RenderContext context
)

Parameters

context
Type: DigitalRune.GraphicsRenderContext
The render context.
Remarks
This method needs to be implemented in derived classes.
See Also