mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-06 12:15:45 +00:00
Added API function for dumping the next frame.
This commit is contained in:
@ -184,6 +184,13 @@ void ProjectM::ReadSettings(const class Settings& settings)
|
||||
Initialize();
|
||||
}
|
||||
|
||||
|
||||
void ProjectM::DumpDebugImageOnNextFrame()
|
||||
{
|
||||
m_renderer->writeNextFrameToFile = true;
|
||||
}
|
||||
|
||||
|
||||
#if USE_THREADS
|
||||
|
||||
void ProjectM::ThreadWorker()
|
||||
|
||||
Reference in New Issue
Block a user