docs.unity.cn
    Show / Hide Table of Contents

    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

    Unity selects a filtering option automatically based on the Render Scale value and the current screen resolution.


    0
    Linear

    Unity uses Bilinear filtering to perform upscaling.


    1
    Point

    Unity uses Nearest-Neighbour filtering to perform upscaling.


    2
    FSR

    Unity uses the AMD FSR 1.0 technique to perform upscaling.


    3
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023