Structures
VkPerTileEndInfoQCOM
Structure specifying per-tile end information
The VkPerTileEndInfoQCOM structure is defined as:
typedef struct VkPerTileEndInfoQCOM {
VkStructureType sType;
const void* pNext;
} VkPerTileEndInfoQCOM;
pub struct PerTileEndInfoQCOM {
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-VkPerTileEndInfoQCOM-sType-sType
sType must be VK_STRUCTURE_TYPE_PER_TILE_END_INFO_QCOM
VUID-VkPerTileEndInfoQCOM-pNext-pNext
pNext must be NULL
Parent
VK_QCOM_tile_shadingType
Structures