Class VkCalibratedTimestampInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCalibratedTimestampInfoEXT extends Struct<VkCalibratedTimestampInfoEXT> implements NativeResource
Structure specifying the input parameters of a calibrated timestamp query.
Valid Usage
Valid Usage (Implicit)
See Also

GetCalibratedTimestampsEXT

Layout


 struct VkCalibratedTimestampInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkTimeDomainEXT timeDomain();
 }