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

◆ back_index()

uint32_t MayaFlux::Buffers::RelaxationGridBuffer::back_index ( ) const
inline

Index into m_resources.back_buffers currently serving as the write target for the next rule dispatch.

Definition at line 151 of file RelaxationGridBuffer.hpp.

151{ return m_front_is_a ? 1 : 0; }
bool m_front_is_a
True when back_buffers[0] holds the current front generation.