ngfx::Timer
Public Functions
Name | |
---|---|
Timer() | |
void | update() |
Public Attributes
Name | |
---|---|
float | elapsed |
std::chrono::system_clock::time_point | t0 |
Public Functions Documentation
function Timer
Timer()
function update
void update()
Public Attributes Documentation
variable elapsed
float elapsed;
variable t0
std::chrono::system_clock::time_point t0;
Updated on 3 April 2021 at 20:21:51 PDT