Browse Source
When using timestamp vs targetTimestamp, one must take care to compare the VSYNC against the previous VSYNC (so targetTimestamp vs previous targetTimestamp) and not use timestamp + targetTimestamp. Also get the current time through CoreAnimation time functions to build the difference with now, allowing a bit of latency to be introduced in timestamp.
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue