1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkImageSubresourceRange,VkImageSubresourceRange]] 3[source,c++] 4---- 5typedef struct VkImageSubresourceRange { 6 VkImageAspectFlags aspectMask; 7 uint32_t baseMipLevel; 8 uint32_t levelCount; 9 uint32_t baseArrayLayer; 10 uint32_t layerCount; 11} VkImageSubresourceRange; 12---- 13