docs.unity3d.com
    目次を表示する/隠す

    Enum CustomPassInjectionPoint

    List all the injection points available for HDRP

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum CustomPassInjectionPoint : int

    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 — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)