ChangeRenderTargetRenderingStepSaveExecutionTimeStatistics Method |
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.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 1.1.5815.1040
Syntaxpublic override void SaveExecutionTimeStatistics(
double stepExecutionTimeInMilliseconds,
RenderingStatistics renderingStatistics
)
Parameters
- stepExecutionTimeInMilliseconds
- Type: SystemDouble
time in milliseconds to execute this rendering step - renderingStatistics
- Type: Ab3d.DirectXRenderingStatistics
RenderingStatistics
See Also