MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_measured_fps()

double MayaFlux::Core::GraphicsSubsystem::get_measured_fps ( ) const

Get actual measured FPS.

Definition at line 263 of file GraphicsSubsystem.cpp.

264{
265 return m_frame_clock->get_measured_fps();
266}
std::shared_ptr< Vruta::FrameClock > m_frame_clock

References m_frame_clock.