blob: a5cf7ec1226926597ba27c4211d3726f63b70226 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkRenderPassInputAttachmentAspectCreateInfo,VkRenderPassInputAttachmentAspectCreateInfo]]
[source,c++]
----
typedef struct VkRenderPassInputAttachmentAspectCreateInfo {
VkStructureType sType;
const void* pNext;
uint32_t aspectReferenceCount;
const VkInputAttachmentAspectReference* pAspectReferences;
} VkRenderPassInputAttachmentAspectCreateInfo;
----