// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkInputAttachmentAspectReference,VkInputAttachmentAspectReference]] [source,c++] ---- typedef struct VkInputAttachmentAspectReference { uint32_t subpass; uint32_t inputAttachmentIndex; VkImageAspectFlags aspectMask; } VkInputAttachmentAspectReference; ----