Make AR playback frame loading async

This commit is contained in:
2023-09-10 13:59:11 +02:00
parent 2b90b5d84e
commit 4572cfbf53
5 changed files with 40 additions and 33 deletions

View File

@@ -50,7 +50,7 @@ namespace openVulkanoCpp::AR
size_t archiveSize = 2_GiB;
bool downsampleColor = true;
bool highResFramesInSeparateArchive = true;
bool asyncRecording = false;
bool asyncRecording = true;
};
class ArRecorder final