docs.unity3d.com
    显示 / 隐藏目录

    Enum CustomPassInjectionPoint

    List all the injection points available for HDRP

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1)]
    public enum CustomPassInjectionPoint

    Fields

    Name Description Value
    AfterOpaqueDepthAndNormal

    At this point, you can modify the normal, roughness, and depth buffer. If you write to these buffers at this injection point, HDRP takes it into account in the lighting and the depth pyramid.

    AfterPostProcess

    This injection point is before HDRP renders post-processing and custom post-processing effects.

    BeforePostProcess

    This injection point is after HDRP handles post-processesing. At this point, depth is jittered which means you cannot draw depth tested GameObjects without having artifacts.

    BeforePreRefraction

    At this injection point, you can render any transparent GameObject that you want to see in refraction. If you write to buffers at this injection point, they contents end up in the color pyramid that HDRP uses for refraction when it draws transparent GameObjects.

    BeforeRendering

    Just after HDRP clears the depth buffer. You can write to the depth buffer to make HDRP not render depth-tested opaque GameObjects.

    BeforeTransparent

    At this injection point, you can sample the color pyramid that HDRP generates for rough transparent refraction.

    返回到顶部
    Copyright © 2023 Unity Technologies — 商标和使用条款
    • 法律条款
    • 隐私政策
    • Cookie
    • 不要出售或分享我的个人信息
    • Your Privacy Choices (Cookie Settings)