Use VkInstance not ResourceId (problem with templated functions :()

This commit is contained in:
baldurk
2016-02-07 18:40:25 +01:00
parent d081efe65c
commit 58e0dfcdef
+1 -1
View File
@@ -568,7 +568,7 @@ bool WrappedVulkan::Serialise_vkEnumeratePhysicalDevices(
SAFE_DELETE_ARRAY(devices);
GetResourceManager()->WrapResource(inst, pd);
GetResourceManager()->WrapResource(instance, pd);
GetResourceManager()->AddLiveResource(physId, pd);
}