Skip to content

Commit

Permalink
Update VKSwapChain.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: BhaaL <[email protected]>
  • Loading branch information
camdenorrb and BhaaLseN authored Dec 22, 2024
1 parent b8a49d8 commit 1c9fa05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/VideoBackends/Vulkan/VKSwapChain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ VkSurfaceKHR SwapChain::CreateVulkanSurface(VkInstance instance, VkPhysicalDevic
return VK_NULL_HANDLE;
}

// Find a plane compatible with the display
// Find a plane compatible with the display
uint32_t compatible_plane_index = UINT32_MAX;

Expand Down

0 comments on commit 1c9fa05

Please sign in to comment.