Click or drag to resize
AB4D logo

PrepareVarianceShadowMappingRenderingStep Class

PrepareVarianceShadowMappingRenderingStep rendering step prepares other rendering steps for variance shadow rendering.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXDisposableDXResource
      Ab3d.DirectXDXSceneResource
        Ab3d.DirectXRenderingStepBase
          Ab3d.DirectXPrepareVarianceShadowMappingRenderingStep

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

The PrepareVarianceShadowMappingRenderingStep type exposes the following members.

Constructors
 NameDescription
Public methodPrepareVarianceShadowMappingRenderingStep Constructor
Top
Properties
 NameDescription
Public propertyBluredShaderResourceView1 Gets ShaderResourceView for the first blured shadow map.
Public propertyBluredShaderResourceView2 Gets ShaderResourceView for the second blured shadow map.
Public propertyShadowShaderResourceView Gets ShaderResourceView for the shadow map buffer
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