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

◆ ensure_index_storage()

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

Definition at line 29 of file MeshInsertion.cpp.

30{
31 if (!std::holds_alternative<std::vector<uint32_t>>(m_index_variant)) {
32 m_index_variant = std::vector<uint32_t> {};
33 }
34}

References m_index_variant.

Referenced by insert_submesh().

+ Here is the caller graph for this function: