|
|
void | init (float maxFPS) |
| |
|
void | setMaxFPS (float maxFPS) |
| |
|
void | begin () |
| |
|
void | end () |
| |
|
void | setHistoryValue (float currentFPS) |
| |
|
|
float | fpsHistory [fps_history_count] = { 0 } |
| |
|
int | fpsHistoryIndx = 0 |
| |
|
float | fps |
| |
|
float | maxFPS |
| |
|
Uint32 | frameTime |
| |
|
Uint32 | startTicks |
| |
|
int | currentFrame = 0 |
| |
|
|
static constexpr int | fps_history_count = 100 |
| |
The documentation for this class was generated from the following files:
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraphEngine/src/BaseFPSLimiter/BaseFPSLimiter.h
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraphEngine/src/BaseFPSLimiter/BaseFPSLimiter.cpp