From 315ae833bd5e6b02e746cd3d2b9c1e24c4c3e952 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Tue, 20 Aug 2024 11:54:16 +1000 Subject: [PATCH] VulkanDevice: Fix incorrect log --- src/util/vulkan_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/vulkan_device.cpp b/src/util/vulkan_device.cpp index e48ac1b5b..907bf6519 100644 --- a/src/util/vulkan_device.cpp +++ b/src/util/vulkan_device.cpp @@ -814,7 +814,7 @@ void VulkanDevice::ProcessDeviceExtensions() LOG_EXT("VK_KHR_dynamic_rendering", vk_khr_dynamic_rendering); LOG_EXT("VK_KHR_dynamic_rendering_local_read", vk_khr_dynamic_rendering_local_read); LOG_EXT("VK_KHR_maintenance4", vk_khr_maintenance4); - LOG_EXT("VK_KHR_maintenance4", vk_khr_maintenance5); + LOG_EXT("VK_KHR_maintenance5", vk_khr_maintenance5); LOG_EXT("VK_KHR_push_descriptor", vk_khr_push_descriptor); #undef LOG_EXT