|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::DataWriteProcessor::set_data | ( | Kakshya::DataVariant | variant | ) |
Supply a single data value for the next cycle (slot 0).
Thread-safe. The variant is moved into the pending slot and the dirty flag is set. Conversion to the upload representation is deferred to processing_function() on the graphics thread.
| variant | DataVariant compatible with the attached buffer's modality. |
Definition at line 25 of file DataWriteProcessor.cpp.
References m_data_dirty, and m_data_pending.