56 for (
size_t i = 0; i <
count_; ++i) {
70 [[nodiscard]]
size_t size() const noexcept {
return count_; }
Definition InputRingBuffer.hpp:35
bool valid
False for default-constructed slots that never got pushed.
Definition InputRingBuffer.hpp:38
InputSnapshot input
The input as sampled (and as sent to the server).
Definition InputRingBuffer.hpp:37
uint32_t tick
clientPredictTick when this input was stamped + sent.
Definition InputRingBuffer.hpp:36