Structures
VkPerformanceValueINTEL
Container for value and types of parameters that can be queried
The VkPerformanceValueINTEL structure is defined as:
typedef struct VkPerformanceValueINTEL {
VkPerformanceValueTypeINTEL type;
VkPerformanceValueDataINTEL data;
} VkPerformanceValueINTEL;
typeis a VkPerformanceValueTypeINTEL value specifying the type of the returned data.datais a VkPerformanceValueDataINTEL union specifying the value of the returned data.