Click or drag to resize
AB4D logo

PrepareRenderTargetsRenderingStep Class

PrepareRenderTargets is a rendering step that is usually called before objects are rendered. This step also calls DXScene's AfterFrameInitialized event.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      Ab3d.DirectXDXSceneResource
        Ab3d.DirectXRenderingStepBase
          Ab3d.DirectXPrepareRenderTargetsRenderingStep

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class PrepareRenderTargetsRenderingStep : RenderingStepBase

The PrepareRenderTargetsRenderingStep type exposes the following members.

Constructors
 NameDescription
Public methodPrepareRenderTargetsRenderingStep Initializes a new instance of the PrepareRenderTargetsRenderingStep class.
Top
Methods
 NameDescription
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))
Top
See Also