MayaFlux 0.2.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 264 of file GraphicsSubsystem.cpp.

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

References m_frame_clock.