Blender V4.3
DEG_depsgraph_light_linking.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include <cstdint>
12
13#include "BLI_span.hh"
14
15struct Object;
16struct Depsgraph;
17
19
20/* Set runtime light linking data on evaluated object. */
21void eval_runtime_data(const ::Depsgraph *depsgraph, Object &object_eval);
22
23} // namespace blender::deg::light_linking
const Depsgraph * depsgraph
void eval_runtime_data(const ::Depsgraph *depsgraph, Object &object_eval)