Function Prototype

vkGetPerformanceParameterINTEL

Query performance capabilities of the device

Some performance query features of a device can be discovered with the call:

VkResult vkGetPerformanceParameterINTEL(
    VkDevice device,
    VkPerformanceParameterTypeINTEL parameter,
    VkPerformanceValueINTEL* pValue);
  • device is the logical device to query.
  • parameter is the parameter to query.
  • pValue is a pointer to a VkPerformanceValueINTEL structure in which the type and value of the parameter are returned.