|
Trace Engine
A Raycaster Engine in C
|
Go to the source code of this file.
Data Structures | |
| struct | delta_time_counter_t |
Functions | |
| void | init_delta_time_counter (void) |
| void | update_delta_time_counter (void) |
| float | get_delta_time (void) |
| float get_delta_time | ( | void | ) |
Returns the difference between the actual frame and the last one
| void init_delta_time_counter | ( | void | ) |
Initialize everything to track delta_time
| void update_delta_time_counter | ( | void | ) |
Update the current delta_time