Batch prepare and allow limited buffering for vulkan initial states

* We add a capture option that defines a soft limit we aim to keep under for
  memory overhead during capture, excess initial states after that will be
  stored temporarily on disk.
This commit is contained in:
baldurk
2023-06-02 18:53:45 +01:00
parent 1ec0606ce8
commit 0f851df6c2
31 changed files with 586 additions and 188 deletions
+1 -1
View File
@@ -731,7 +731,7 @@ void ImageViewer::RefreshFile()
if(!data)
{
SET_ERROR_RESULT(m_Error, ResultCode::ReplayOutOfMemory,
SET_ERROR_RESULT(m_Error, ResultCode::OutOfMemory,
"Allocation for %zu bytes failed for EXR data", datasize);
return;
}