11 lines
389 B
Plaintext
11 lines
389 B
Plaintext
// 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;
|
|
----
|