Lib
QOLを高める
Public Member Functions | List of all members
yappy::framework::FrameControl Class Reference

#include <framework.h>

Inheritance diagram for yappy::framework::FrameControl:
yappy::util::noncopyable

Public Member Functions

 FrameControl (uint32_t fps, uint32_t skipCount)
 
 ~FrameControl ()=default
 
bool shouldSkipFrame () const
 
void endFrame ()
 
double getFramePerSec () const
 

Detailed Description

Definition at line 253 of file framework.h.

Constructor & Destructor Documentation

yappy::framework::FrameControl::FrameControl ( uint32_t  fps,
uint32_t  skipCount 
)

Definition at line 302 of file framework.cpp.

yappy::framework::FrameControl::~FrameControl ( )
default

Member Function Documentation

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.


The documentation for this class was generated from the following files: