MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ m_buffer_reset_count

std::atomic<uint32_t> MayaFlux::Nodes::Node::m_buffer_reset_count { 0 }
private

Counter tracking how many buffers have requested a reset.

When all buffers using this node have requested a reset, the node's processed state can be safely cleared. This counter helps coordinate that process.

Definition at line 634 of file Node.hpp.

634{ 0 };

Referenced by mark_buffer_processed(), and request_buffer_reset().