VkPresentStageTimeEXT(3)
C Specification
The VkPresentStageTimeEXT structure is defined as:
// Provided by VK_EXT_present_timing
typedef struct VkPresentStageTimeEXT {
VkPresentStageFlagsEXT stage;
uint64_t time;
} VkPresentStageTimeEXT;
Members
-
stageis a VkPresentStageFlagsEXT value specifying a present stage. -
timeis a time in nanoseconds associated with thestage.
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.