Blender V4.3
deg_eval_flush.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2013 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
11#pragma once
12
13namespace blender::deg {
14
15struct Depsgraph;
16
20void deg_graph_flush_updates(struct Depsgraph *graph);
21
25void deg_graph_clear_tags(struct Depsgraph *graph);
26
27} // namespace blender::deg
void deg_graph_clear_tags(Depsgraph *graph)
void deg_graph_flush_updates(Depsgraph *graph)