Diligent Engine
Loading...
Searching...
No Matches
Diligent::RadientBloomDesc Struct Reference

Bloom post-processing settings shared by all render techniques. More...

#include <RadientView.h>

Public Attributes

Bool Enabled = False
 Enables the Bloom effect.
Float32 Intensity = 0.15f
 Bloom contribution to the final image.
Float32 Threshold = 1.f
 Minimum brightness that contributes to Bloom.
Float32 SoftThreshold = 0.125f
 Softness of the brightness threshold, in the [0, 1] range.
Float32 Radius = 0.75f
 Bloom radius, in the [0, 1] range.

Detailed Description

Bloom post-processing settings shared by all render techniques.