|
void | init (float maxFPS) |
|
void | setMaxFPS (float maxFPS) |
|
void | begin () |
|
float | end () |
|
void | setHistoryValue (float currentFPS) |
|
|
float | fpsHistory [fps_history_count] = { 0 } |
|
int | fpsHistoryIndx = 0 |
|
float | fps |
|
float | maxFPS |
|
Uint32 | frameTime |
|
Uint32 | startTicks |
|
|
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/BaseFPSLimiter/BaseFPSLimiter.h
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraphEngine/BaseFPSLimiter/BaseFPSLimiter.cpp