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