docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)