* @brief Monotonic engine-set change counter; lets per-frame callers poll with one compare. */
| 417 | * @brief Monotonic engine-set change counter; lets per-frame callers poll with one compare. |
| 418 | */ |
| 419 | int DataModel::FrameParser::engineEpoch() const noexcept |
| 420 | { |
| 421 | return m_engineEpoch; |
| 422 | } |
| 423 | |
| 424 | /** |
| 425 | * @brief Loads per-source code into the source engine. |