Complete |
public class CompleteRenderingStep : RenderingStepBase
The CompleteRenderingStep type exposes the following members.
Name | Description | |
---|---|---|
CompleteRenderingStep | Constructor |
Name | Description | |
---|---|---|
SaveExecutionTimeStatistics |
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)) |
Name | Description | |
---|---|---|
DeviceContextFlushTimeoutMs | Time in milliseconds that is used as timeout when waiting until the DirectX completes the rendering of an image and before the rendered image is sent to WPF or main memory. This timeout is not used when using SwapChain. Default value is 5000 (5 seconds). |