Structures

VkPresentWait2InfoKHR

Structure describing parameters of a presentation wait

The VkPresentWait2InfoKHR structure is defined as:

typedef struct VkPresentWait2InfoKHR {
    VkStructureType sType;
    const void* pNext;
    uint64_t presentId;
    uint64_t timeout;
} VkPresentWait2InfoKHR;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • presentId is the presentation presentId to wait for.
  • timeout is the timeout period in units of nanoseconds. timeout is adjusted to the closest value allowed by the implementation-dependent timeout accuracy, which may be substantially longer than one nanosecond, and may be longer than the requested period.

Valid Usage (Implicit)

VUID-VkPresentWait2InfoKHR-sType-sType

sType must be VK_STRUCTURE_TYPE_PRESENT_WAIT_2_INFO_KHR