![]() | |
Fill |
public abstract class FillCommandBufferRenderingStep : RenderingStep
The FillCommandBufferRenderingStep type exposes the following members.
Name | Description | |
---|---|---|
![]() | FillCommandBufferRenderingStep | Constructor |
Name | Description | |
---|---|---|
![]() | RenderRenderingLayer | RenderRenderingLayer renders the specified RenderingLayer by filling the commands to the specified CommandBuffer. |
![]() | ReportStatistics | ReportStatistics can be called to report draw calls and other statistics to RenderingStatistics. |
![]() | 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 RenderingStepSaveExecutionTimeStatistics(Double, RenderingStatistics)) |
Name | Description | |
---|---|---|
![]() | filterObjectsFunction | Gets or sets a filter function that can be used to filter the objects that will be rendered (returning false for object that are not rendered). |
![]() | overrideEffectTechnique | When not null, then the specified CustomEffectTechnique is used to render all RenderingItems that are rendered by this RenderObjectsRenderingStep. |