Structures
VkThrottleHintSubmitInfoSEC
Stub description of VkThrottleHintSubmitInfoSEC
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 struct VkThrottleHintSubmitInfoSEC {
VkStructureType sType;
const void* pNext;
VkThrottleHintTypeSEC throttleHint;
} VkThrottleHintSubmitInfoSEC;
pub struct ThrottleHintSubmitInfoSEC {
s_type: vk::StructureType,
p_next: *const c_void,
throttle_hint: vk::ThrottleHintTypeSEC,
}
Valid Usage (Implicit)
VUID-VkThrottleHintSubmitInfoSEC-sType-sType
sType must be VK_STRUCTURE_TYPE_THROTTLE_HINT_SUBMIT_INFO_SEC
VUID-VkThrottleHintSubmitInfoSEC-throttleHint-parameter
throttleHint must be a valid VkThrottleHintTypeSEC value