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