Handler for frametime computation.
More...
#include <timer.h>
|
using | timepoint = std::chrono::time_point< std::chrono::steady_clock > |
|
Handler for frametime computation.
Definition at line 28 of file timer.h.
◆ timepoint
◆ Timer()
Calls tick() and sets frametime to zero.
Definition at line 41 of file timer.h.
◆ tick()
Counts frametime
and sets last_tick
variable to current time.
Definition at line 52 of file timer.h.
◆ frametime
Duration of the last frame (in seconds).
Definition at line 33 of file timer.h.
◆ last_tick
Time of the last tick.
Definition at line 35 of file timer.h.
The documentation for this struct was generated from the following file: