docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate FramePassCallbackEx

    Called when the rendering has completed.

    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    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.

    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)