1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkRenderPassInputAttachmentAspectCreateInfo,VkRenderPassInputAttachmentAspectCreateInfo]] 3[source,c++] 4---- 5typedef struct VkRenderPassInputAttachmentAspectCreateInfo { 6 VkStructureType sType; 7 const void* pNext; 8 uint32_t aspectReferenceCount; 9 const VkInputAttachmentAspectReference* pAspectReferences; 10} VkRenderPassInputAttachmentAspectCreateInfo; 11---- 12