VkGetCalibratedTimestampsEXT typedef

VkGetCalibratedTimestampsEXT = int Function(Pointer<VkDevice> device, int timestampCount, Pointer<VkCalibratedTimestampInfoEXT> pTimestampInfos, Pointer<NativeType> pTimestamps, Pointer<NativeType> pMaxDeviation)

Implementation

typedef VkGetCalibratedTimestampsEXT = int Function(
    Pointer<VkDevice> device,
    int timestampCount,
    Pointer<VkCalibratedTimestampInfoEXT> pTimestampInfos,
    Pointer pTimestamps,
    Pointer pMaxDeviation);