Enum
VkFramebufferCreateFlagBits
Bitmask specifying framebuffer properties
Bits which can be set in VkFramebufferCreateInfo::flags,
specifying options for framebuffers, are:
typedef enum VkFramebufferCreateFlagBits {
} VkFramebufferCreateFlagBits;
VK_FRAMEBUFFER_CREATE_IMAGELESS_BITspecifies that image views are not specified, and only attachment compatibility information will be provided via a VkFramebufferAttachmentImageInfo structure.