|
Blender V4.3
|
#include <COM_keying_screen.hh>
Public Member Functions | |
| KeyingScreenKey (int frame, float smoothness) | |
| uint64_t | hash () const |
Public Attributes | |
| int2 | frame |
| float | smoothness |
Definition at line 29 of file COM_keying_screen.hh.
Definition at line 40 of file keying_screen.cc.
| uint64_t blender::realtime_compositor::KeyingScreenKey::hash | ( | ) | const |
Definition at line 45 of file keying_screen.cc.
References frame, and blender::get_default_hash().
| int2 blender::realtime_compositor::KeyingScreenKey::frame |
Definition at line 31 of file COM_keying_screen.hh.
Referenced by hash().
| float blender::realtime_compositor::KeyingScreenKey::smoothness |
Definition at line 32 of file COM_keying_screen.hh.