mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Use VkInstance not ResourceId (problem with templated functions :()
This commit is contained in:
@@ -568,7 +568,7 @@ bool WrappedVulkan::Serialise_vkEnumeratePhysicalDevices(
|
||||
|
||||
SAFE_DELETE_ARRAY(devices);
|
||||
|
||||
GetResourceManager()->WrapResource(inst, pd);
|
||||
GetResourceManager()->WrapResource(instance, pd);
|
||||
GetResourceManager()->AddLiveResource(physId, pd);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user