 | GodRayFilter.OnProcess 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)
Syntaxprotected override void OnProcess(
RenderContext context
)
Protected Overrides Sub OnProcess (
context As RenderContext
)
protected:
virtual void OnProcess(
RenderContext^ context
) override
abstract OnProcess :
context : RenderContext -> unit
override OnProcess :
context : RenderContext -> unit
Parameters
- context
- Type: DigitalRune.Graphics.RenderContext
The render context.
Remarks
This method is automatically called in Process(RenderContext). It will not be
called if the post-processor is disabled, or if the specified context
or the SourceTexture is null.
See Also