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 |