mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 15:36:33 +00:00
Skip creating initial contents on replay for now
This commit is contained in:
@@ -4304,7 +4304,8 @@ void WrappedVulkan::Serialise_CaptureScope(uint64_t offset)
|
||||
record.frameInfo.immContextId = GetResourceManager()->GetOriginalID(m_ContextResourceID);
|
||||
m_FrameRecord.push_back(record);
|
||||
|
||||
GetResourceManager()->CreateInitialContents();
|
||||
// VKTODO Initial states not done yet!
|
||||
//GetResourceManager()->CreateInitialContents();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user