Blender
V5.0
source
blender
depsgraph
intern
eval
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
10
11
#pragma once
12
13
namespace
blender::deg
{
14
15
struct
Depsgraph
;
16
20
void
deg_graph_flush_updates
(
struct
Depsgraph
*graph);
21
25
void
deg_graph_clear_tags
(
struct
Depsgraph
*graph);
26
27
}
// namespace blender::deg
blender::deg
Definition
DEG_depsgraph_light_linking.hh:14
blender::deg::deg_graph_clear_tags
void deg_graph_clear_tags(Depsgraph *graph)
Definition
deg_eval_flush.cc:351
blender::deg::deg_graph_flush_updates
void deg_graph_flush_updates(Depsgraph *graph)
Definition
deg_eval_flush.cc:305
blender::deg::Depsgraph
Definition
depsgraph.hh:48
Generated on
for Blender by
doxygen
1.16.1