Structures

VkAttachmentFeedbackLoopInfoEXT

Structure specifying whether feedback loop is enabled for an attachment

To enable feedback loop for an attachment, the VkAttachmentFeedbackLoopInfoEXT structure can be added to the pNext chain of VkRenderingAttachmentInfo.

The VkAttachmentFeedbackLoopInfoEXT structure is defined as:

typedef struct VkAttachmentFeedbackLoopInfoEXT {
    VkStructureType sType;
    const void* pNext;
    VkBool32 feedbackLoopEnable;
} VkAttachmentFeedbackLoopInfoEXT;

Valid Usage

VUID-VkAttachmentFeedbackLoopInfoEXT-unifiedImageLayouts-10782

If the unifiedImageLayouts feature is not enabled, feedbackLoopEnable must be VK_FALSE

Valid Usage (Implicit)

VUID-VkAttachmentFeedbackLoopInfoEXT-sType-sType

sType must be VK_STRUCTURE_TYPE_ATTACHMENT_FEEDBACK_LOOP_INFO_EXT