12 lines
555 B
Plaintext
12 lines
555 B
Plaintext
|
|
// 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;
|
||
|
|
----
|