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

◆ vertex_count()

uint32_t MayaFlux::Buffers::FormaProcessor::vertex_count ( size_t  byte_count) const
privatenoexcept

Definition at line 136 of file FormaProcessor.cpp.

137{
138 if (m_stride == 0)
139 return 0;
140 return static_cast<uint32_t>(byte_count / m_stride);
141}

Referenced by processing_function().

+ Here is the caller graph for this function: