Class capture_intermediate_t

Inheritance Relationships

Base Type

Class Documentation

class capture_intermediate_t : public wt::scene::interrupts::interrupt_t

Queues capturing an intermediate rendered result. Produces a complete render with all its blocks complete.

Public Types

using callback_t = std::function<void(render_result_t)>

Callback for developed result .

Public Functions

inline capture_intermediate_t(callback_t callback)
~capture_intermediate_t() noexcept = default
inline void operator()(render_result_t results) const