VkImageView
VkImageView is a Vulkan object that represents a view into an image. Images in Vulkan are raw, multi-dimensional arrays of texels. A VkImageView provides a way to access a specific portion or aspect of this image data.
It defines how the image data should be interpreted. This includes specifying the image format, the range
Crucially, a VkImageView decouples the image resource itself from its usage in pipelines. This allows a single
When creating a VkImageView, you must provide a VkImageViewCreateInfo structure. This structure contains all the necessary