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