1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00
CLK/ClockReceiver
Thomas Harte 3db4a8c312 Attempts to improve vsync deadline estimation.
Also increases probability of bad estimation being discarded.
2020-07-27 21:08:00 -04:00
..
ClockingHintSource.hpp Adds a bunch of consts. 2020-05-09 21:23:52 -04:00
ClockReceiver.hpp Removes redundant constructors. 2020-06-19 23:26:22 -04:00
DeferredQueue.hpp Increases const correctness, marks some additional constructors as constexpr, switches std::atomic construction style. 2020-05-20 23:34:26 -04:00
ForceInline.hpp Switches the presumption to requiring NDEBUG to avoid forced inlines. 2019-10-26 22:43:25 -04:00
JustInTime.hpp Introduces RealTimeActor, providing the same interface as JustInTimeActor. 2020-01-29 21:26:15 -05:00
ScanSynchroniser.hpp Attempts to permit fixed speed multiplication. 2020-02-10 23:30:32 -05:00
TimeTypes.hpp Experimentally switches to a 'high-resolution' clock for SDL. 2020-02-09 21:44:55 -05:00
VSyncPredictor.hpp Attempts to improve vsync deadline estimation. 2020-07-27 21:08:00 -04:00