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