Enum NodeSet.RenderOptimizations | Data Flow Graph | 0.19.0-preview.7
docs.unity3d.com
    Show / Hide Table of Contents

    Enum NodeSet.RenderOptimizations

    Selective flags to control what optimizations are applied to the rendering graph, that is, where IGraphKernel<TKernelData, TKernelPortDefinition>s run.

    It is situational whether any (combination of) optimization flags provide a net performance benefit. Be sure to profile.

    Namespace: Unity.DataFlowGraph
    Syntax
    [Flags]
    public enum RenderOptimizations

    Fields

    Name Description Value
    Default

    The default optimizations applied to a rendering graph (None)

    0
    None

    No speculative optimizations are performed (default)

    0
    ObservabilityCulling 1
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023