Click or drag to resize
DigitalRuneShadowMapRenderer Constructor (FuncRenderContext, Boolean)
Initializes a new instance of the ShadowMapRenderer class using the specified render callback.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public ShadowMapRenderer(
	Func<RenderContext, bool> render
)

Parameters

render
Type: SystemFuncRenderContext, Boolean
The method which renders the scene into the shadow map. Must not be . See RenderCallback for more information.
Exceptions
ExceptionCondition
ArgumentNullExceptionrender is .
See Also