Skip to content

Commit

Permalink
VulkanDevice: Fix incorrect log
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Aug 20, 2024
1 parent b089eaf commit 6dd29eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/vulkan_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6dd29eb

Please # to comment.