The swap chain chapter uses minImageCount to fill out the VkSwapchainCreateInfoKHR struct, but it talks about imageCount when it explains how to set a correct value and doesn't use the variable later. This is probably because the old tutorial used imageCount.

The swap chain chapter uses minImageCount to fill out the VkSwapchainCreateInfoKHR struct, but it talks about imageCount when it explains how to set a correct value and doesn't use the variable later. This is probably because the old tutorial used imageCount.