This class just caps the function fps with the given constructor argument.
More...
#include <CapFPS.h>
|
std::chrono::time_point< std::chrono::high_resolution_clock > | m_Start |
|
unsigned int | m_FPS |
|
This class just caps the function fps with the given constructor argument.
◆ CapZone()
Utils::CapZone::CapZone |
( |
unsigned int | fps | ) |
|
|
explicit |
◆ ~CapZone()
Utils::CapZone::~CapZone |
( |
| ) |
|
◆ m_FPS
unsigned int Utils::CapZone::m_FPS |
|
private |
◆ m_Start
std::chrono::time_point<std::chrono::high_resolution_clock> Utils::CapZone::m_Start |
|
private |
The documentation for this class was generated from the following files:
- /Users/runner/work/Garage/Garage/src/Utils/CapFPS.h
- /Users/runner/work/Garage/Garage/src/Utils/CapFPS.cpp