Structures
VkRenderPassCreationFeedbackInfoEXT
Feedback about the creation of a render pass
The VkRenderPassCreationFeedbackInfoEXT structure is defined as:
typedef struct VkRenderPassCreationFeedbackInfoEXT {
uint32_t postMergeSubpassCount;
} VkRenderPassCreationFeedbackInfoEXT;
postMergeSubpassCountis the subpass count after merge.