• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkAttachmentDescriptionFlagBits,VkAttachmentDescriptionFlagBits]]
3[source,c++]
4----
5typedef enum VkAttachmentDescriptionFlagBits {
6    VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT = 0x00000001,
7} VkAttachmentDescriptionFlagBits;
8----
9