VulkanDevice: Fix incorrect log

This commit is contained in:
Stenzek 2024-08-20 11:54:16 +10:00
parent 2127c18c06
commit 315ae833bd
No known key found for this signature in database

View file

@ -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