VkGetCalibratedTimestampsEXTNative typedef

VkGetCalibratedTimestampsEXTNative = Int32 Function(Pointer<VkDevice> device, Uint32 timestampCount, Pointer<VkCalibratedTimestampInfoEXT> pTimestampInfos, Pointer<NativeType> pTimestamps, Pointer<NativeType> pMaxDeviation)

Implementation

typedef VkGetCalibratedTimestampsEXTNative = Int32 Function(
    Pointer<VkDevice> device,
    Uint32 timestampCount,
    Pointer<VkCalibratedTimestampInfoEXT> pTimestampInfos,
    Pointer pTimestamps,
    Pointer pMaxDeviation);