blob: d17ad38fb32c1b883c02fd648bcfb89a8c8d72b5 [file] [log] [blame]
// 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;
----