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

◆ set_vertex_range()

void MayaFlux::Buffers::VertexFieldProcessor::set_vertex_range ( uint32_t  first_vertex,
uint32_t  vertex_count 
)

Restrict the dispatch to a slice of the buffer.

Parameters
first_vertexIndex of the first record to touch.
vertex_countNumber 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.