From 8a864850a10c0de1a599e33d5767d42bc92c09c0 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 14 Apr 2016 21:21:41 +0200 Subject: [PATCH] Don't print message about vulkan version --- renderdoc/driver/vulkan/vk_replay.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renderdoc/driver/vulkan/vk_replay.cpp b/renderdoc/driver/vulkan/vk_replay.cpp index 51fca3cdc..002cc9e37 100644 --- a/renderdoc/driver/vulkan/vk_replay.cpp +++ b/renderdoc/driver/vulkan/vk_replay.cpp @@ -4551,12 +4551,6 @@ ReplayCreateStatus Vulkan_CreateReplayDevice(const char *logfile, IReplayDriver } InitReplayTables(module); - - if(initParams.APIVersion != VK_API_VERSION) - { - RDCLOG("Captured API version is not the same as RenderDoc's built version, expected %x got %x", VK_API_VERSION, initParams.APIVersion); - RDCLOG("This isn't a problem as this information is optional, but RenderDoc will replay with its own API version"); - } VulkanReplay::PreDeviceInitCounters();