Make AR playback frame loading async
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user