Structures
VkInitializePerformanceApiInfoINTEL
Structure specifying parameters of initialize of the device
The VkInitializePerformanceApiInfoINTEL
structure is defined as :
typedef struct VkInitializePerformanceApiInfoINTEL {
VkStructureType sType;
const void* pNext;
void* pUserData;
} VkInitializePerformanceApiInfoINTEL;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.pUserData
is a pointer for application data.
Valid Usage (Implicit)
VUID-VkInitializePerformanceApiInfoINTEL-sType-sType
sType
must be VK_STRUCTURE_TYPE_INITIALIZE_PERFORMANCE_API_INFO_INTEL
VUID-VkInitializePerformanceApiInfoINTEL-pNext-pNext
pNext
must be NULL