|
Blender V5.0
|
Public Member Functions | |
| uint64_t | hash () const |
| bool | operator== (const Key &other) const |
Public Attributes | |
| int | timeline_frame |
| int | view_id |
| int | display_channel |
Definition at line 30 of file final_image_cache.cc.
|
inline |
Definition at line 35 of file final_image_cache.cc.
References display_channel, blender::get_default_hash(), timeline_frame, and view_id.
|
inline |
Definition at line 40 of file final_image_cache.cc.
References display_channel, timeline_frame, and view_id.
| int blender::seq::FinalImageCache::Key::display_channel |
Definition at line 33 of file final_image_cache.cc.
Referenced by hash(), and operator==().
| int blender::seq::FinalImageCache::Key::timeline_frame |
Definition at line 31 of file final_image_cache.cc.
Referenced by hash(), and operator==().
| int blender::seq::FinalImageCache::Key::view_id |
Definition at line 32 of file final_image_cache.cc.
Referenced by hash(), and operator==().