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

◆ has_pending()

bool MayaFlux::Buffers::GeometryWriteProcessor::has_pending ( ) const
noexcept

Returns true if a snapshot has been set and not yet consumed.

Definition at line 32 of file GeometryWriteProcessor.cpp.

33{
34 return m_data_dirty.test(std::memory_order_acquire);
35}

References m_data_dirty.