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

This commit is contained in:
baldurk
2015-09-19 17:18:06 +02: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);
}