docs.unity.cn
    Show / Hide Table of Contents

    Enum Downsampling

    Options for selecting downsampling.

    Namespace: UnityEngine.Rendering.Universal
    Syntax
    public enum Downsampling

    Fields

    Name Description Value
    None

    Use this to disable downsampling.


    0
    _2xBilinear

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


    1
    _4xBox

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


    2
    _4xBilinear

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


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