Skip to content

Commit 9a33049

Browse files
committed
Clang-format
1 parent 931a304 commit 9a33049

File tree

1 file changed

+3
-3
lines changed
  • Graphics/GraphicsEngineVulkan/src/VulkanUtilities

1 file changed

+3
-3
lines changed

Graphics/GraphicsEngineVulkan/src/VulkanUtilities/Instance.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -714,10 +714,10 @@ VkPhysicalDevice Instance::SelectPhysicalDevice(uint32_t AdapterId) const noexce
714714
const auto GetDeviceTypePriority = [](VkPhysicalDeviceType Type) -> int {
715715
switch (Type)
716716
{
717-
case VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU: return 3;
717+
case VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU: return 3;
718718
case VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU: return 2;
719-
case VK_PHYSICAL_DEVICE_TYPE_VIRTUAL_GPU: return 1;
720-
default: return 0;
719+
case VK_PHYSICAL_DEVICE_TYPE_VIRTUAL_GPU: return 1;
720+
default: return 0;
721721
}
722722
};
723723

0 commit comments

Comments
 (0)