BlurRenderModule
class BlurRenderModule : public cauldron::RenderModule
BlurRenderModule handles a number of tasks related to Blur.
BlurRenderModule takes care of: creating UI section that enable users to switch between BLUR effect options: kernel size & floating point math type. executes multiple different blur effects, including but not limited to FFX Blur. implements a comparison mode for comparing quality and performance of FFX Blur to conventional blur implementations. Comparison mode displays the difference between two different blur effects (see blur_compare_filters_cs.hlsl). The magnitude of the difference can be amplified via UI configurable “Diff Factor”.
Inherits from: public cauldron::RenderModule
Source: samples/blur/blurrendermodule.h
(line 65, column 1)