Blender  V3.3
deg_builder_remove_noop.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2020 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 namespace blender::deg {
11 
12 struct Depsgraph;
13 
14 /* Remove all no-op nodes that have zero outgoing relations. */
16 
17 } // namespace blender::deg
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
Depsgraph * graph
void deg_graph_remove_unused_noops(Depsgraph *graph)