|
Lib
QOLを高める
|
#include <framework.h>
Public Member Functions | |
| FrameControl (uint32_t fps, uint32_t skipCount) | |
| ~FrameControl ()=default | |
| bool | shouldSkipFrame () const |
| void | endFrame () |
| double | getFramePerSec () const |
Definition at line 253 of file framework.h.
| yappy::framework::FrameControl::FrameControl | ( | uint32_t | fps, |
| uint32_t | skipCount | ||
| ) |
Definition at line 302 of file framework.cpp.
|
default |
| void yappy::framework::FrameControl::endFrame | ( | ) |
Definition at line 322 of file framework.cpp.
| double yappy::framework::FrameControl::getFramePerSec | ( | ) | const |
Definition at line 365 of file framework.cpp.
| bool yappy::framework::FrameControl::shouldSkipFrame | ( | ) | const |
Definition at line 317 of file framework.cpp.
1.8.11