CreateInitialContents is needed for serialisation matching

This commit is contained in:
baldurk
2016-02-07 18:38:00 +01:00
parent 254f6cc7e1
commit c80c3d0118
+1 -2
View File
@@ -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();
}
}