|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
A contiguous span of vertex records that changed since the last mark_vertex_data_clean(). More...
#include <GraphicsOperator.hpp>
Collaboration diagram for MayaFlux::Nodes::Network::GraphicsOperator::DirtyVertexRange:Public Attributes | |
| uint32_t | group_index {} |
| uint32_t | vertex_count {} |
| uint32_t | vertex_offset {} |
A contiguous span of vertex records that changed since the last mark_vertex_data_clean().
group_index selects which vertex-array pack the span's bytes come from, for a consumer that reads one pack at a time through get_vertex_data_for_collection(); it is 0 for an operator holding a single pack. vertex_offset and vertex_count are in global vertex-index order, the same concatenation order get_vertex_data() and build_cluster_ids() produce.
Definition at line 61 of file GraphicsOperator.hpp.