blob: 55517a229c5f0742cc4e4b497b952a51b9ec15b3 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkAttachmentReference,VkAttachmentReference]]
[source,c++]
----
typedef struct VkAttachmentReference {
uint32_t attachment;
VkImageLayout layout;
} VkAttachmentReference;
----