Enum BloomResolution
The resolution at which HDRP processes the bloom effect.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum BloomResolution
Fields
Name | Description | Value |
---|---|---|
Half | Half resolution. |
2 |
Quarter | Quarter resolution. Faster than Half but can result in aliasing artifacts. It is recommended to use this mode when targetting high-DPI displays. |
4 |