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

◆ get_clear_before_process()

bool MayaFlux::Buffers::NodeBuffer::get_clear_before_process ( ) const
inline

Gets whether the buffer is reset before processing node output.

Returns
true if the buffer is reset before processing, false otherwise

Definition at line 150 of file NodeBuffer.hpp.

150{ return m_clear_before_process; }
bool m_clear_before_process
Whether to reset the buffer before adding node output.