PostProcessorProcess Method |
Namespace: DigitalRune.Graphics.PostProcessing
Exception | Condition |
---|---|
ArgumentNullException | context is . |
GraphicsException | SourceTexture is . |
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.