This is short.
A reference to a VkImageViewCreateInfo in a paragraph when the code has vk::ImageViewCreateInfo
Sometimes uses imageViewCreateWindow and sometimes uses createInfo, and like before there is mixing of C API idioms and C++ (e.g. VK_IMAGE_ASPECT_COLOR_BIT vs vk::ImageAspectFlagBits::eColor which are both used).
This is short.
A reference to a
VkImageViewCreateInfoin a paragraph when the code hasvk::ImageViewCreateInfoSometimes uses
imageViewCreateWindowand sometimes usescreateInfo, and like before there is mixing of C API idioms and C++ (e.g.VK_IMAGE_ASPECT_COLOR_BITvsvk::ImageAspectFlagBits::eColorwhich are both used).