mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 07:26:34 +00:00
Store enabled extensions during capture at vkCreateDevice time
This commit is contained in:
@@ -4078,6 +4078,8 @@ VkResult WrappedVulkan::vkCreateDevice(VkPhysicalDevice physicalDevice,
|
||||
CheckDeviceExts();
|
||||
}
|
||||
|
||||
m_EnabledExtensions = record->instDevInfo;
|
||||
|
||||
InitDeviceExtensionTables(*pDevice, record->instDevInfo);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user