Blender
V3.3
|
#include <session.h>
Public Attributes | |
thread_mutex | mutex |
bool | do_reset |
SessionParams | session_params |
BufferParams | buffer_params |
Definition at line 159 of file session/session.h.
BufferParams Session::DelayedReset::buffer_params |
Definition at line 163 of file session/session.h.
Referenced by Session::do_delayed_reset(), and Session::reset().
bool Session::DelayedReset::do_reset |
Definition at line 161 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 160 of file session/session.h.
Referenced by Session::reset(), and Session::run_update_for_next_iteration().
SessionParams Session::DelayedReset::session_params |
Definition at line 162 of file session/session.h.
Referenced by Session::do_delayed_reset(), and Session::reset().