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

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