C Specification
The VkPastPresentationTimingInfoEXT structure is defined as:
// Provided by VK_EXT_present_timing
typedef struct VkPastPresentationTimingInfoEXT {
VkStructureType sType;
const void* pNext;
VkPastPresentationTimingFlagsEXT flags;
VkSwapchainKHR swapchain;
} VkPastPresentationTimingInfoEXT;
Members
-
sTypeis a VkStructureType value identifying this structure. -
pNextisNULLor a pointer to a structure extending this structure. -
flagsis a bitmask of VkPastPresentationTimingFlagBitsEXT specifying options for queries of past presentation timing information. -
swapchainis the swapchain to obtain presentation timing information for.
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.