Structures

VkPerTileEndInfoQCOM

Structure specifying per-tile end information

The VkPerTileEndInfoQCOM structure is defined as:

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

Valid Usage (Implicit)

VUID-VkPerTileEndInfoQCOM-sType-sType

sType must be VK_STRUCTURE_TYPE_PER_TILE_END_INFO_QCOM