Hacker News new | ask | show | jobs
by SAI_Peregrinus 2338 days ago
60FPS ~= 16.67ms/frame. So if you don't want to drop frames on a 60Hz monitor, your frame time budget is 16ms. If you want input to appear on the next frame, you've got at most 16ms. If you're targeting a 120Hz monitor then you've got 8ms. Etc.