| PostProcessorOnProcess Method |
Called when the post-processor should perform the post-processing.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax protected abstract void OnProcess(
RenderContext context
)
Protected MustOverride Sub OnProcess (
context As RenderContext
)
protected:
virtual void OnProcess(
RenderContext^ context
) abstract
abstract OnProcess :
context : RenderContext -> unit
Parameters
- context
- Type: DigitalRune.GraphicsRenderContext
The render context.
Remarks See Also