docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum DepthPrimingMode

    When the Universal Renderer should use Depth Priming in Forward mode.

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

    Fields

    Name Description
    Auto

    Depth Priming will only be used if there is a depth prepass needed by any of the render passes.

    Disabled

    Depth Priming will never be used.

    Forced

    A depth prepass will be explicitly requested so Depth Priming can be used.

    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)