docs.unity.cn
    Show / Hide Table of Contents

    Delegate FramePassCallbackEx

    Called when the rendering has completed.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public delegate void FramePassCallbackEx(CommandBuffer cmd, List<RTHandle> buffers, List<RTHandle> customPassbuffers, RenderOutputProperties outputProperties);
    Parameters
    Type Name Description
    CommandBuffer cmd

    A command buffer that can be used.

    List<RTHandle> buffers

    The buffers that has been requested.

    List<RTHandle> customPassbuffers
    RenderOutputProperties outputProperties

    Several properties that were computed for this frame.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 18 October 2021