Structures

VkRenderingEndInfoEXT

Structure specifying render pass end information

The VkRenderingEndInfoEXT structure is defined as:

typedef struct VkRenderingEndInfoEXT {
    VkStructureType sType;
    const void* pNext;
} 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-VkRenderingEndInfoEXT-sType-sType

sType must be VK_STRUCTURE_TYPE_RENDERING_END_INFO_EXT

VUID-VkRenderingEndInfoEXT-sType-unique

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