Enum UpscalingFilterSelection
Defines the upscaling filter selected by the user the universal render pipeline asset.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum UpscalingFilterSelection
Fields
Name | Description |
---|---|
Auto | Unity selects a filtering option automatically based on the Render Scale value and the current screen resolution. |
FSR | Unity uses the AMD FSR 1.0 technique to perform upscaling. |
Linear | Unity uses Bilinear filtering to perform upscaling. |
Point | Unity uses Nearest-Neighbour filtering to perform upscaling. |
STP | Unity uses the Spatial-Temporal Post-Processing technique to perform upscaling. |