Serialise_vkCreateDevice needs to bootstrap with dummyDeviceTable

This commit is contained in:
baldurk
2015-09-19 17:20:03 +02:00
parent 58e0dfcdef
commit 720a88f2f8
+1 -1
View File
@@ -718,7 +718,7 @@ bool WrappedVulkan::Serialise_vkCreateDevice(
// VKTODOLOW: check that extensions and layers supported in capture (from createInfo) are supported in replay
VkResult ret = ObjDisp(*pDevice)->CreateDevice(Unwrap(physicalDevice), &createInfo, &device);
VkResult ret = dummyDeviceTable->CreateDevice(Unwrap(physicalDevice), &createInfo, &device);
GetResourceManager()->WrapResource(device, device);
GetResourceManager()->AddLiveResource(devId, device);