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

◆ last_total_bytes

size_t MayaFlux::Buffers::NetworkGeometryProcessor::NetworkBinding::last_total_bytes {}

Aggregate byte size of the most recent full upload.

A cycle whose freshly computed aggregate size still matches this, and whose primary operator supports_incremental_upload(), takes the per-range partial-upload path; any size change forces a full re-upload and refreshes this value.

Definition at line 64 of file NetworkGeometryProcessor.hpp.

64{};

Referenced by MayaFlux::Buffers::NetworkGeometryProcessor::try_incremental_upload().