> “ While testing was conducted at 60 FPS, the response times even fall short of this low bar, with 16.67 ms being the slowest response time required for the pixels to refresh between frames”
Well it’s actually 16.66 ms (1000 / 60). You can’t round up. A render loop that takes just a fraction more than the absolute minimum above would neck down to 30fps.
replies(1):