Click or drag to resize
AB4D logo

VarianceDepthBlurPostProcess Class

VarianceDepthBlurPostProcess is a post process that applies blur to depth data created with variance depth mapping.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXSharedDXResource
      Ab3d.DirectXSharedDXDeviceResource
        Ab3d.DirectX.PostProcessingPostProcessBase
          Ab3d.DirectX.PostProcessingStandardPostProcess
            Ab3d.DirectX.PostProcessingSimplePixelShaderPostProcess
              Ab3d.DirectX.PostProcessingSimpleBlurPostProcess
                Ab3d.DirectXVarianceDepthBlurPostProcess

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public class VarianceDepthBlurPostProcess : SimpleBlurPostProcess

The VarianceDepthBlurPostProcess type exposes the following members.

Constructors
 NameDescription
Public methodVarianceDepthBlurPostProcess Initializes a new instance of the VarianceDepthBlurPostProcess class.
Top
See Also