Structures

VkPastPresentationTimingInfoEXT

Structure specifying swapchain present timing query parameters

The VkPastPresentationTimingInfoEXT structure is defined as:

typedef struct VkPastPresentationTimingInfoEXT {
    VkStructureType sType;
    const void* pNext;
    VkPastPresentationTimingFlagsEXT flags;
    VkSwapchainKHR swapchain;
} VkPastPresentationTimingInfoEXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • flags is a bitmask of VkPastPresentationTimingFlagBitsEXT specifying options for queries of past presentation timing information.
  • swapchain is the swapchain to obtain presentation timing information for.

Valid Usage (Implicit)

Host Synchronization

  • Host access to swapchain must be externally synchronized