1#ifndef DONUT_APPLICATION_FRAME_INFO_HPP
2#define DONUT_APPLICATION_FRAME_INFO_HPP
Time duration value wrapper.
Definition Time.hpp:23
Definition Application.hpp:9
Transient information about the current frame of an Application.
Definition FrameInfo.hpp:11
Time< float > deltaTime
The time, in seconds, elapsed between the beginning of the previous frame and the beginning of the cu...
Definition FrameInfo.hpp:28
float tickInterpolationAlpha
The ratio of the latest processed tick's importance compared to the tick processed before it,...
Definition FrameInfo.hpp:16
Time< float > elapsedTime
The time, in seconds, that had elapsed since the start of the application at the beginning of the cur...
Definition FrameInfo.hpp:22