Click or drag to resize
Ab4d.SharpEngine logo

FillCommandBufferRenderingStep Methods

The FillCommandBufferRenderingStep type exposes the following members.

Methods
 NameDescription
Protected methodRenderRenderingLayer RenderRenderingLayer renders the specified RenderingLayer by filling the commands to the specified CommandBuffer.
Protected methodReportStatistics ReportStatistics can be called to report draw calls and other statistics to RenderingStatistics.
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 RenderingStepSaveExecutionTimeStatistics(Double, RenderingStatistics))
Top
See Also