13 using TimePoint = std::chrono::time_point<std::chrono::high_resolution_clock>;
36 static std::chrono::high_resolution_clock::time_point
now() {
return std::chrono::high_resolution_clock::now(); }
float getDeltaTimeMS() const
Clock(const Clock &)=delete
std::chrono::duration< float > m_deltaTime
Clock & operator=(const Clock &)=delete
Clock & operator=(Clock &&)=delete
float getDeltaTime() const
static std::chrono::high_resolution_clock::time_point now()
std::chrono::time_point< std::chrono::high_resolution_clock > TimePoint