Structures
VkDispatchTileInfoQCOM
Structure specifying dispatch tile info
The VkDispatchTileInfoQCOM structure is defined as:
typedef struct VkDispatchTileInfoQCOM {
VkStructureType sType;
const void* pNext;
} VkDispatchTileInfoQCOM;
pub struct DispatchTileInfoQCOM {
s_type: vk::StructureType,
p_next: *const c_void,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor 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
Parent
VK_QCOM_tile_shadingType
Structures