Skip to content

Commit 6828bdd

Browse files
IgorAlexeyTheMostDiligent
authored andcommitted
Clang-format
1 parent 3273413 commit 6828bdd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • Graphics/GraphicsEngineVulkan/src/VulkanUtilities

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)