Enum UpscalingFilterSelection
Defines the upscaling filter selected by the user the universal render pipeline asset.
네임스페이스: UnityEngine.Rendering.Universal
어셈블리: solution.dll
구문
public enum UpscalingFilterSelection
필드
이름 | 설명 |
---|---|
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. |