Structures
VkRenderPassSubpassFeedbackCreateInfoEXT
Request for feedback about the creation of subpass
Feedback about the creation of a subpass can be obtained by including a
VkRenderPassSubpassFeedbackCreateInfoEXT structure in the pNext
chain of VkSubpassDescription2.
VkRenderPassSubpassFeedbackCreateInfoEXT structure is defined as:
typedef struct VkRenderPassSubpassFeedbackCreateInfoEXT {
VkStructureType sType;
const void* pNext;
VkRenderPassSubpassFeedbackInfoEXT* pSubpassFeedback;
} VkRenderPassSubpassFeedbackCreateInfoEXT;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.pSubpassFeedbackis a pointer to a VkRenderPassSubpassFeedbackInfoEXT structure in which feedback is returned.
Valid Usage (Implicit)
VUID-VkRenderPassSubpassFeedbackCreateInfoEXT-sType-sType
sType must be VK_STRUCTURE_TYPE_RENDER_PASS_SUBPASS_FEEDBACK_CREATE_INFO_EXT
VUID-VkRenderPassSubpassFeedbackCreateInfoEXT-pSubpassFeedback-parameter
pSubpassFeedback must be a valid pointer to a VkRenderPassSubpassFeedbackInfoEXT structure