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

    Delegate RenderFunc<PassData>

    The Render Pass rendering delegate.

    Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
    Syntax
    public delegate void RenderFunc<PassData>(PassData data, RenderGraphContext renderGraphContext)
        where PassData : class, new();
    Parameters
    Type Name Description
    PassData data

    Render Pass specific data.

    RenderGraphContext renderGraphContext

    Global Render Graph context.

    Type Parameters
    Name Description
    PassData

    The type of the class used to provide data to the Render Pass.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)