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-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