Structures
VkPresentStageTimeEXT
Associate a present stage with a timestamp
The VkPresentStageTimeEXT structure is defined as:
typedef struct VkPresentStageTimeEXT {
VkPresentStageFlagsEXT stage;
uint64_t time;
} VkPresentStageTimeEXT;
pub struct PresentStageTimeEXT {
stage: vk::PresentStageFlagsEXT,
time: u64, // Time in nanoseconds of the associated stage
}
stageis a VkPresentStageFlagsEXT value specifying a present stage.timeis a time in nanoseconds associated with thestage.
Parent
VK_EXT_present_timingType
Structures