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

◆ indices()

std::span< const uint32_t > MayaFlux::Kakshya::MeshAccess::indices ( ) const
inlinenoexcept

Span over the raw index array.

Definition at line 116 of file MeshAccess.hpp.

117 {
118 return { index_ptr, index_count };
119 }