Blender V4.3
deg_eval.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
24void deg_evaluate_on_refresh(Depsgraph *graph);
25
26} // namespace blender::deg
void deg_evaluate_on_refresh(Depsgraph *graph)
Definition deg_eval.cc:382