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

◆ get_vertices()

const std::vector< Kakshya::MeshVertex > & MayaFlux::Nodes::GpuSync::GeometryReadbackNode::get_vertices ( ) const
inline

Downloaded vertex array from the last compute_frame() call.

Definition at line 92 of file GeometryReadbackNode.hpp.

93 {
94 return m_vertices;
95 }