Structures

VkRenderingEndInfoKHR

Structure specifying render pass end information

The VkRenderingEndInfoKHR structure is defined as:

typedef struct VkRenderingEndInfoKHR {
    VkStructureType sType;
    const void* pNext;
} VkRenderingEndInfoKHR;
typedef VkRenderingEndInfoKHR VkRenderingEndInfoEXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.

Valid Usage (Implicit)

VUID-VkRenderingEndInfoKHR-sType-sType

sType must be VK_STRUCTURE_TYPE_RENDERING_END_INFO_KHR

VUID-VkRenderingEndInfoKHR-sType-unique

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