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

◆ any_slot_dirty()

bool MayaFlux::Buffers::InstanceSSBOProcessor::any_slot_dirty ( ) const
private

Definition at line 152 of file InstanceSSBOProcessor.cpp.

153{
154 return std::ranges::any_of(m_network->slots(), [](const auto& s) { return s.dirty; });
155}
std::shared_ptr< Nodes::Network::InstanceNetwork > m_network

References m_network.

Referenced by processing_function().

+ Here is the caller graph for this function: