Structures

VkPresentStageTimeEXT

Associate a present stage with a timestamp

The VkPresentStageTimeEXT structure is defined as:

typedef struct VkPresentStageTimeEXT {
    VkPresentStageFlagsEXT stage;
    uint64_t time;
} VkPresentStageTimeEXT;
  • stage is a VkPresentStageFlagsEXT value specifying a present stage.
  • time is a time in nanoseconds associated with the stage.