Enum ScreenSpaceReflectionAlgorithm
Screen Space Reflection Algorithm
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum ScreenSpaceReflectionAlgorithm
Fields
Name | Description |
---|---|
Approximation | Legacy SSR approximation. |
PBRAccumulation | Screen Space Reflection, Physically Based with Accumulation through multiple frame. |