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

◆ set_clear_before_process()

void MayaFlux::Buffers::NodeBuffer::set_clear_before_process ( bool  value)
inline

Sets whether to reset the buffer before processing node output.

Parameters
valuetrue to reset before processing, false to interpolate with existing content

Definition at line 144 of file NodeBuffer.hpp.

144{ m_clear_before_process = value; }
bool m_clear_before_process
Whether to reset the buffer before adding node output.