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;
pub struct PerformanceValueINTEL {
type: vk::PerformanceValueTypeINTEL,
data: vk::PerformanceValueDataINTEL,
}
typeis a VkPerformanceValueTypeINTEL value specifying the type of the returned data.datais a VkPerformanceValueDataINTEL union specifying the value of the returned data.
Type
Structures