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

◆ get_all_vertex_count()

size_t MayaFlux::Nodes::GpuSync::PathGeneratorNode::get_all_vertex_count ( ) const
inline

Get combined vertex count (control points + completed strokes + in-progress stroke)

Returns
Total vertex count

Definition at line 256 of file PathGeneratorNode.hpp.

256{ return m_combined_cache.size(); }