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

◆ total_index_count()

size_t MayaFlux::Buffers::MeshNetworkProcessor::total_index_count ( ) const
private

Definition at line 243 of file MeshNetworkProcessor.cpp.

244{
245 size_t total = 0;
246 for (const auto& slot : m_network->slots()) {
247 if (slot.node)
248 total += slot.node->get_mesh_indices().size();
249 }
250 return total;
251}
std::shared_ptr< Nodes::Network::MeshNetwork > m_network

References m_network.

Referenced by allocate_gpu_buffers().

+ Here is the caller graph for this function: