C Specification
There is currently no specification language written for this type. This section acts only as placeholder and to avoid dead links in the specification and reference pages.
// Provided by VK_SEC_throttle_hint
typedef enum VkThrottleHintTypeSEC {
VK_THROTTLE_HINT_TYPE_DEFAULT_SEC = 0,
VK_THROTTLE_HINT_TYPE_LOW_SEC = 1,
VK_THROTTLE_HINT_TYPE_HIGH_SEC = 2,
} VkThrottleHintTypeSEC;
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.