C Specification

Possible values of VkPerfHintInfoQCOM::type, specifying the type of performance hint to apply, are:

// Provided by VK_QCOM_queue_perf_hint
typedef enum VkPerfHintTypeQCOM {
    VK_PERF_HINT_TYPE_DEFAULT_QCOM = 0,
    VK_PERF_HINT_TYPE_FREQUENCY_MIN_QCOM = 1,
    VK_PERF_HINT_TYPE_FREQUENCY_MAX_QCOM = 2,
    VK_PERF_HINT_TYPE_FREQUENCY_SCALED_QCOM = 3,
} VkPerfHintTypeQCOM;

Description

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