mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-27 08:56:44 +00:00
CreateInitialContents is needed for serialisation matching
This commit is contained in:
@@ -4397,8 +4397,7 @@ void WrappedVulkan::Serialise_CaptureScope(uint64_t offset)
|
||||
record.frameInfo.immContextId = GetResourceManager()->GetOriginalID(m_ContextResourceID);
|
||||
m_FrameRecord.push_back(record);
|
||||
|
||||
// VKTODO Initial states not done yet!
|
||||
//GetResourceManager()->CreateInitialContents();
|
||||
GetResourceManager()->CreateInitialContents();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user