Source position: vulkanlib.pas line 13693
type TVkSwapchainTimingPropertiesEXT = record
sType: TVkStructureType;
pNext: PVkVoid;
refreshDuration: TVkUInt64;
refreshInterval: TVkUInt64;
end;