Enum

VkAttachmentDescriptionFlagBits

Bitmask specifying additional properties of an attachment

Bits which can be set in VkAttachmentDescription::flags, describing additional properties of the attachment, are:

typedef enum VkAttachmentDescriptionFlagBits {
    VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT = 0x00000001,
} VkAttachmentDescriptionFlagBits;
  • VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT specifies that the attachment aliases the same device memory as other attachments.