|
Blender V4.5
|
#include <session.h>
Public Attributes | |
| thread_mutex | mutex |
| bool | do_reset |
| SessionParams | session_params |
| BufferParams | buffer_params |
Definition at line 170 of file session/session.h.
| BufferParams Session::DelayedReset::buffer_params |
Definition at line 174 of file session/session.h.
Referenced by Session::delayed_reset_buffer_params(), and Session::reset().
| bool Session::DelayedReset::do_reset |
Definition at line 172 of file session/session.h.
Referenced by Session::delayed_reset_buffer_params(), Session::reset(), Session::run_update_for_next_iteration(), Session::run_wait_for_work(), and Session::Session().
| thread_mutex Session::DelayedReset::mutex |
Definition at line 171 of file session/session.h.
Referenced by Session::delayed_reset_buffer_params(), and Session::reset().
| SessionParams Session::DelayedReset::session_params |
Definition at line 173 of file session/session.h.
Referenced by Session::delayed_reset_buffer_params(), and Session::reset().