Skip to content
  • Vlad Zahorodnii's avatar
    Don't flush in SurfaceInterface::frameRendered() · 0069d881
    Vlad Zahorodnii authored
    Frame callbacks only indicate when the client can start rendering a new
    frame, it's not meant to be precise. If the client wants to do some
    black magic with frame scheduling and so on, it needs to use a protocol
    such as presentation_time. This change removes the pointless flush to
    prevent over-flushing client connections.
    0069d881