Enum
VkThrottleHintTypeSEC
Stub description of VkThrottleHintTypeSEC
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.
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;
pub struct ThrottleHintTypeSEC(u32);
impl ThrottleHintTypeSEC {
pub const DEFAULT: Self = 0;
pub const LOW: Self = 1;
pub const HIGH: Self = 2;
}
Parent
VK_SEC_throttle_hintType
Enum