Function Prototype
vkQueueSetPerformanceConfigurationINTEL
Set a performance query
To set a performance configuration, call:
VkResult vkQueueSetPerformanceConfigurationINTEL(
VkQueue queue,
VkPerformanceConfigurationINTEL configuration);
queueis the queue on which the configuration will be used.configurationis the configuration to use.
Valid Usage (Implicit)
VUID-vkQueueSetPerformanceConfigurationINTEL-queue-parameter
queue must be a valid VkQueue handle
VUID-vkQueueSetPerformanceConfigurationINTEL-configuration-parameter
configuration must be a valid VkPerformanceConfigurationINTEL handle
VUID-vkQueueSetPerformanceConfigurationINTEL-commonparent
Both of configuration, and queue must have been created, allocated, or retrieved from the same VkDevice