docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum Downsampling

    Options for selecting downsampling.

    Namespace: UnityEngine.Rendering.Universal
    Assembly: Unity.RenderPipelines.Universal.Runtime.dll
    Syntax
    public enum Downsampling

    Fields

    Name Description
    None

    Use this to disable downsampling.

    _2xBilinear

    Use this to produce a half-resolution image with bilinear filtering.

    _4xBilinear

    Use this to produce a quarter-resolution image with bi-linear filtering.

    _4xBox

    Use this to produce a quarter-resolution image with box filtering. This produces a softly blurred copy.

    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)