|
Blender V4.3
|
#include <depsgraph_light_linking.hh>
Public Member Functions | |
| bool | operator== (const LightSet &other) const |
| bool | operator!= (const LightSet &other) const |
| uint64_t | hash () const |
Public Attributes | |
| uint64_t | include_collection_mask = 0 |
| uint64_t | exclude_collection_mask = 0 |
Static Public Attributes | |
| static constexpr int | MAX_ID = 63 |
| static constexpr int | DEFAULT_ID = 0 |
Definition at line 30 of file depsgraph_light_linking.hh.
| uint64_t blender::deg::light_linking::internal::LightSet::hash | ( | ) | const |
Definition at line 140 of file depsgraph_light_linking.cc.
References exclude_collection_mask, blender::get_default_hash(), and include_collection_mask.
|
inline |
Definition at line 40 of file depsgraph_light_linking.hh.
| bool blender::deg::light_linking::internal::LightSet::operator== | ( | const LightSet & | other | ) | const |
Definition at line 134 of file depsgraph_light_linking.cc.
References exclude_collection_mask, and include_collection_mask.
|
staticconstexpr |
Definition at line 37 of file depsgraph_light_linking.hh.
Referenced by blender::deg::light_linking::internal::LinkingData::get_light_set_for().
| uint64_t blender::deg::light_linking::internal::LightSet::exclude_collection_mask = 0 |
Definition at line 52 of file depsgraph_light_linking.hh.
Referenced by hash(), blender::deg::light_linking::internal::LinkingData::link_object(), and operator==().
| uint64_t blender::deg::light_linking::internal::LightSet::include_collection_mask = 0 |
Definition at line 51 of file depsgraph_light_linking.hh.
Referenced by hash(), blender::deg::light_linking::internal::LinkingData::link_object(), and operator==().
|
staticconstexpr |
Definition at line 34 of file depsgraph_light_linking.hh.