C Specification
To set a performance hint on a VkQueue object, call:
// Provided by VK_QCOM_queue_perf_hint
VkResult vkQueueSetPerfHintQCOM(
VkQueue queue,
const VkPerfHintInfoQCOM* pPerfHintInfo);
Parameters
-
queueis the queue to set the performance hint on. -
pPerfHintInfois a pointer to a VkPerfHintInfoQCOM structure, describing the performance hint to set.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.