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