KhronosGroup / KhronosGroup/Vulkan-Tutorial
Swap chain creation mentions an imageCount variable but doesn't use it
Open
- Dominant language
- C++
- Stars
- 418
- Forks
- 126
- Avg merge
- 11d 6h
- Merged PRs (30d)
- 31
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.