Click or drag to resize
DigitalRunePostProcessorProcess Method
Performs the post-processing using the SourceTexture and the RenderTarget specified in the render context.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void Process(
	RenderContext context
)

Parameters

context
Type: DigitalRune.GraphicsRenderContext
The render context.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is .
GraphicsExceptionSourceTexture is .
Remarks

The Process(RenderContext) method will automatically call OnProcess(RenderContext). The method OnProcess(RenderContext) needs to be implemented in derived class to perform the post-processing.

See Also