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

    AnalyticsUtils.ToNestedColumn<T>(T, Boolean)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, Boolean)
    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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 17 July 2023