MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
get_child_buffers()
const std::vector< std::shared_ptr<
VKBuffer
> > & MayaFlux::Buffers::RootGraphicsBuffer::get_child_buffers
(
)
const
inline
Gets all child buffers managed by this root.
Returns
Constant reference to vector of child buffers
Definition at line
88
of file
RootGraphicsBuffer.hpp
.
89
{
90
return
m_child_buffers
;
91
}
MayaFlux::Buffers::RootBuffer< VKBuffer >::m_child_buffers
std::vector< std::shared_ptr< VKBuffer > > m_child_buffers
Vector of tributary buffers that contribute to this root buffer.
Definition
RootBuffer.hpp:272
MayaFlux
Buffers
RootGraphicsBuffer
Generated by
1.9.8