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

◆ ensure_vertex_storage()

void MayaFlux::Kakshya::MeshInsertion::ensure_vertex_storage ( )
private

Definition at line 22 of file MeshInsertion.cpp.

23{
24 if (!std::holds_alternative<std::vector<uint8_t>>(m_vertex_variant)) {
25 m_vertex_variant = std::vector<uint8_t> {};
26 }
27}

References m_vertex_variant.

Referenced by insert_submesh().

+ Here is the caller graph for this function: