Enum UpscalingFilterSelection
Defines the upscaling filter selected by the user the universal render pipeline asset.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum UpscalingFilterSelection
Fields
Name | Description | Value |
---|---|---|
Auto | Indicates that URP will select an appropriate upscaling filter automatically. |
|
FSR | ||
Linear | Indicates that Bilinear filtering will be used when performing upscaling. |
|
Point | Indicates that Nearest-Neighbour filtering will be used when performing upscaling. |