Click or drag to resize
AB4D logo

PrepareSsaoRenderingStep Class

PrepareSsaoRenderingStep rendering step prepares other rendering steps for SSAO rendering.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      Ab3d.DirectXDXSceneResource
        Ab3d.DirectXRenderingStepBase
          Ab3d.DirectXPrepareSsaoRenderingStep

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

The PrepareSsaoRenderingStep type exposes the following members.

Constructors
 NameDescription
Public methodPrepareSsaoRenderingStep Constructor
Top
Properties
 NameDescription
Public propertyNormalDepthShaderResourceView Constructor
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