24 template<
typename WorkType>
25 inline void add(WorkType&& work)
27 m_renderThread.addWork(std::forward<WorkType>(work));
35 : m_renderThread(renderThread)
Thin wrapper for render thread interactions from another thread. Mainly to hide unrelated render thre...
Definition RenderThreadCaller.h:16
RenderThreadCaller(RenderThread &renderThread)
Definition RenderThreadCaller.h:34
void add(WorkType &&work)
Definition RenderThreadCaller.h:25
Definition RenderThread.h:25
Definition DesignerObject.h:19
Definition ph_editor.h:10