Function Prototype

vkQueueSetPerformanceConfigurationINTEL

Set a performance query

To set a performance configuration, call:

VkResult vkQueueSetPerformanceConfigurationINTEL(
    VkQueue queue,
    VkPerformanceConfigurationINTEL configuration);
  • queue is the queue on which the configuration will be used.
  • configuration is the configuration to use.

Valid Usage (Implicit)

VUID-vkQueueSetPerformanceConfigurationINTEL-commonparent

Both of configuration, and queue must have been created, allocated, or retrieved from the same VkDevice