Structures
VkDispatchTileInfoQCOM
Structure specifying dispatch tile info
The VkDispatchTileInfoQCOM structure is defined as:
typedef struct VkDispatchTileInfoQCOM {
    VkStructureType sType;
    const void* pNext;
} VkDispatchTileInfoQCOM;
- sTypeis a VkStructureType value identifying this structure.
- pNextis- NULLor a pointer to a structure extending this structure.
Valid Usage (Implicit)
VUID-VkDispatchTileInfoQCOM-sType-sType
sType must be VK_STRUCTURE_TYPE_DISPATCH_TILE_INFO_QCOM
VUID-VkDispatchTileInfoQCOM-pNext-pNext
pNext must be NULL