docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Render

    Render(CommandBuffer, HDCamera, RTHandle, RTHandle)

    Called every frame for each camera when the post process needs to be rendered.

    Declaration
    public abstract void Render(CommandBuffer cmd, HDCamera camera, RTHandle source, RTHandle destination)
    Parameters
    Type Name Description
    CommandBuffer cmd

    Command Buffer used to issue your commands

    HDCamera camera

    Current Camera

    RTHandle source

    Source Render Target, it contains the camera color buffer in it's current state

    RTHandle destination

    Destination Render Target

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)