|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::VertexFieldProcessor::set_vertex_range | ( | uint32_t | first_vertex, |
| uint32_t | vertex_count | ||
| ) |
Restrict the dispatch to a slice of the buffer.
| first_vertex | Index of the first record to touch. |
| vertex_count | Number of records. |
Records are counted in the operator's layout stride, not bytes. Setting a count of zero suppresses the dispatch without detaching the processor.
Definition at line 71 of file VertexFieldProcessor.cpp.
References m_explicit_count, m_explicit_first, and m_range_set.