|
Blender V4.3
|
#include <session.h>
Public Attributes | |
| thread_mutex | mutex |
| bool | do_reset |
| SessionParams | session_params |
| BufferParams | buffer_params |
Definition at line 166 of file session/session.h.
| BufferParams Session::DelayedReset::buffer_params |
Definition at line 170 of file session/session.h.
Referenced by Session::do_delayed_reset(), and Session::reset().
| bool Session::DelayedReset::do_reset |
Definition at line 168 of file session/session.h.
Referenced by Session::do_delayed_reset(), Session::reset(), Session::run_update_for_next_iteration(), Session::run_wait_for_work(), and Session::Session().
| thread_mutex Session::DelayedReset::mutex |
Definition at line 167 of file session/session.h.
Referenced by Session::reset(), and Session::run_update_for_next_iteration().
| SessionParams Session::DelayedReset::session_params |
Definition at line 169 of file session/session.h.
Referenced by Session::do_delayed_reset(), and Session::reset().