• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkAttachmentReference,VkAttachmentReference]]
3[source,c++]
4----
5typedef struct VkAttachmentReference {
6    uint32_t         attachment;
7    VkImageLayout    layout;
8} VkAttachmentReference;
9----
10