unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkRenderPassInputAttachmentAspectCreateInfo.txt

12 lines
555 B
Plaintext
Raw Normal View History

// 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;
----