docs.unity3d.com
    Show / Hide Table of Contents

    Enum DynamicResolutionHandler.UpsamplerScheduleType

    The scheduling mechanism to apply upscaling.

    Namespace: UnityEngine.Rendering
    Syntax
    public enum UpsamplerScheduleType

    Fields

    Name Description Value
    BeforePost

    Indicates that upscaling must happen before post processing. This means that everything runs at the source resolution during rasterization, and post processes will run at full resolution. Ideal for temporal upscalers.

    0
    AfterPost

    Indicates that upscaling must happen after post processing. This means that everything in the frame runs at the source resolution, and upscaling happens after the final pass. This is ideal for spatial upscalers.

    1

    Extension Methods

    ReflectionUtils.Invoke(String, Object[])
    ReflectionUtils.SetField(String, Object)
    ReflectionUtils.GetField(String)
    ReflectionUtils.GetFields()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023