mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-22 22:46:41 +00:00
Fix version check on vulkan not storing instance version properly
This commit is contained in:
@@ -418,6 +418,8 @@ ReplayStatus WrappedVulkan::Initialise(VkInitParams ¶ms, uint64_t sectionVer
|
||||
if(params.APIVersion >= VK_API_VERSION_1_0)
|
||||
renderdocAppInfo.apiVersion = params.APIVersion;
|
||||
|
||||
m_EnabledExtensions.vulkanVersion = renderdocAppInfo.apiVersion;
|
||||
|
||||
if(!Vulkan_Debug_ReplaceAppInfo())
|
||||
{
|
||||
// if we're not replacing the app info, set renderdocAppInfo's parameters to the ones from the
|
||||
|
||||
Reference in New Issue
Block a user