Fix crash on ending ar session with async ar recorder

This commit is contained in:
Georg Hagen
2025-02-03 21:37:33 +01:00
parent c50711308d
commit a8d4946751
2 changed files with 9 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ namespace OpenVulkano::AR
explicit AsyncProcessor(ArRecorder* recorder);
~AsyncProcessor();
void Close();
void Queue(const std::shared_ptr<ArFrame>& frame, bool highRes);
void Handler();
};