Blender V5.0
light_linking.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2023 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include <cstdint>
8
9#include "RNA_blender_cpp.hh"
10
12
14 public:
15 static uint64_t get_light_set_membership(const BL::Object &parent, const BL::Object &object);
16 static uint get_receiver_light_set(const BL::Object &parent, const BL::Object &object);
17
18 static uint64_t get_shadow_set_membership(const BL::Object &parent, const BL::Object &object);
19 static uint get_blocker_shadow_set(const BL::Object &parent, const BL::Object &object);
20};
21
unsigned int uint
unsigned long long int uint64_t
#define CCL_NAMESPACE_END