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

◆ get_buffer_count()

size_t MayaFlux::Buffers::RootGraphicsBuffer::get_buffer_count ( ) const
inline

Gets the number of child buffers.

Returns
Number of buffers currently managed

Definition at line 136 of file RootGraphicsBuffer.hpp.

136{ return m_child_buffers.size(); }
std::vector< std::shared_ptr< VKBuffer > > m_child_buffers
Vector of tributary buffers that contribute to this root buffer.