Blender
V4.3
source
blender
depsgraph
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
15
struct
Object
;
16
struct
Depsgraph;
17
18
namespace
blender::deg::light_linking
{
19
20
/* Set runtime light linking data on evaluated object. */
21
void
eval_runtime_data
(const ::Depsgraph *
depsgraph
,
Object
&object_eval);
22
23
}
// namespace blender::deg::light_linking
BLI_span.hh
depsgraph
const Depsgraph * depsgraph
Definition
deg_eval_copy_on_write.cc:494
blender::deg::light_linking
Definition
DEG_depsgraph_light_linking.hh:18
blender::deg::light_linking::eval_runtime_data
void eval_runtime_data(const ::Depsgraph *depsgraph, Object &object_eval)
Definition
depsgraph_light_linking.cc:39
Object
Definition
DNA_object_types.h:193
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0