Closed David-DiGioia closed 3 years ago
The spec states about VkImageSubresouceRange
VkImageSubresouceRange
aspectMask must not be 0
The last parameter in vkinit::imageview_create_info populates VkImageSubresouceRange::aspectMask in the create info of the image view.
vkinit::imageview_create_info
VkImageSubresouceRange::aspectMask
The spec states about
VkImageSubresouceRange
The last parameter in
vkinit::imageview_create_info
populatesVkImageSubresouceRange::aspectMask
in the create info of the image view.