MayaFlux 0.4.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 267 of file GraphicsSubsystem.cpp.

268{
269 return m_frame_clock->get_measured_fps();
270}
std::shared_ptr< Vruta::FrameClock > m_frame_clock

References m_frame_clock.