Structures

VkCalibratedTimestampInfoKHR

Structure specifying the input parameters of a calibrated timestamp query

The VkCalibratedTimestampInfoKHR structure is defined as:

typedef struct VkCalibratedTimestampInfoKHR {
    VkStructureType sType;
    const void* pNext;
    VkTimeDomainKHR timeDomain;
} VkCalibratedTimestampInfoKHR;

or the equivalent

typedef VkCalibratedTimestampInfoKHR VkCalibratedTimestampInfoEXT;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • timeDomain is a VkTimeDomainKHR value specifying the time domain from which the calibrated timestamp value should be returned.

Valid Usage (Implicit)

VUID-VkCalibratedTimestampInfoKHR-sType-sType

sType must be VK_STRUCTURE_TYPE_CALIBRATED_TIMESTAMP_INFO_KHR