Click or drag to resize
AB4D logo

RenderPostProcessingRenderingStep Methods

The RenderPostProcessingRenderingStep type exposes the following members.

Methods
 NameDescription
Public methodClearBackBuffers Clears all set back buffers
Public methodInitializeResourcesForMultiplePostProcesses Initializes resources for rendering multiple PostProcesses. To render multiple post processes we need additional BackBuffer that is used as intermediate buffer.
Public methodInitializeResourcesForSinglePostProcess Initializes resources for rendering one PostProcess. Rendering one post process required much less resources then rendering multiple post processes.
Public methodSaveExecutionTimeStatistics SaveExecutionTimeStatistics is called when we are collecting statistics. The implementation of the method should save or add the elapsedMilliseconds to the corresponding property in the RenderingStatistics class.
(Overrides RenderingStepBaseSaveExecutionTimeStatistics(Double, RenderingStatistics))
Public methodToString Returns a string that represents the current object.
(Overrides RenderingStepBaseToString)
Top
See Also