docs.unity.cn
    Show / Hide Table of Contents

    Struct RenderGraphExecution

    This struct is used to define the scope where the Render Graph is recorded before the execution. When this struct goes out of scope or is disposed, the Render Graph will be automatically executed.

    Namespace: UnityEngine.Experimental.Rendering.RenderGraphModule
    Syntax
    public struct RenderGraphExecution : IDisposable

    Methods

    Dispose()

    This function triggers the Render Graph to be executed.

    Declaration
    public void Dispose()

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)

    See Also

    RecordAndExecute(in RenderGraphParameters)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use