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

Host Synchronization

  • Host access to queue must be externally synchronized if it was not created with VK_DEVICE_QUEUE_CREATE_INTERNALLY_SYNCHRONIZED_BIT_KHR