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;
type
is a VkPerformanceValueTypeINTEL value specifying the type of the returned data.data
is a VkPerformanceValueDataINTEL union specifying the value of the returned data.