You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2026. It is now read-only.
Currently when nothing has rendered in a frame the rendering is stalled indefinitely until additional damage is done. Since some applications might rely on receiving frames it would likely be safer to periodically send frame requests to applications.
Currently I haven't encountered any application that would necessitate this and it would also likely affect energy usage negatively. So this seems to be somewhat optional.
Currently when nothing has rendered in a frame the rendering is stalled indefinitely until additional damage is done. Since some applications might rely on receiving frames it would likely be safer to periodically send frame requests to applications.
Currently I haven't encountered any application that would necessitate this and it would also likely affect energy usage negatively. So this seems to be somewhat optional.