Skip to content

clients/simple-egl: Allow setting the swapinterval

Derek Foreman requested to merge derekf/weston:swapinterval into main

eglSwapInterval() is intended to allow capping the frame rate to a divisor of the display rate. This may not work if the GL library simple-egl is using doesn't support it well.

It's still useful to test, so add a way to set it.

Signed-off-by: Derek Foreman derekf.foreman@collabora.com

Merge request reports