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