Structures

VkSubpassEndInfo

Structure specifying subpass end information

The VkSubpassEndInfo structure is defined as:

typedef struct VkSubpassEndInfo {
    VkStructureType sType;
    const void* pNext;
} VkSubpassEndInfo;

or the equivalent

typedef VkSubpassEndInfo VkSubpassEndInfoKHR;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.

Valid Usage (Implicit)

VUID-VkSubpassEndInfo-sType-sType

sType must be VK_STRUCTURE_TYPE_SUBPASS_END_INFO

VUID-VkSubpassEndInfo-pNext-pNext

pNext must be NULL or a pointer to a valid instance of VkSubpassFragmentDensityMapOffsetEndInfoQCOM

VUID-VkSubpassEndInfo-sType-unique

The sType value of each struct in the pNext chain must be unique