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

  • queue is the queue to set the performance hint on.

  • pPerfHintInfo is a pointer to a VkPerfHintInfoQCOM structure, describing the performance hint to set.

Description

Valid Usage
Valid Usage (Implicit)
  • VUID-vkQueueSetPerfHintQCOM-queue-parameter
    queue must be a valid VkQueue handle

  • VUID-vkQueueSetPerfHintQCOM-pPerfHintInfo-parameter
    pPerfHintInfo must be a valid pointer to a valid VkPerfHintInfoQCOM structure

Host Synchronization
Return Codes
On success, this command returns
On failure, this command returns

See Also

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.

Copyright 2014-2026 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0