|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::FormaProcessor::set_bytes | ( | std::vector< uint8_t > | bytes | ) |
Supply new vertex bytes for the next graphics tick.
Thread-safe via atomic_flag. Called from Mapped::sync() on the scheduler tick. The bytes are swapped into the active slot on the next processing_function call.
| bytes | Raw interleaved vertex bytes matching the topology's vertex type (PointVertex, LineVertex, or MeshVertex). |
Definition at line 31 of file FormaProcessor.cpp.
References m_geometry_dirty, and m_pending_geometry.