Structures

VkRenderPassCreationFeedbackInfoEXT

Feedback about the creation of a render pass

The VkRenderPassCreationFeedbackInfoEXT structure is defined as:

typedef struct VkRenderPassCreationFeedbackInfoEXT {
    uint32_t postMergeSubpassCount;
} VkRenderPassCreationFeedbackInfoEXT;
  • postMergeSubpassCount is the subpass count after merge.