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

◆ Version

using MayaFlux::Portal::Forma::Version = typedef uint64_t

Version counter incremented on every value write.

Plain uint64_t behind a shared_ptr. The graphics tick compares against its last-seen version to detect changes without polling the value itself. Not atomic — same scheduler tick, no concurrent access.

Definition at line 18 of file Mapped.hpp.