On Fri Mar 8 18:22:29 2024 +0000, Rémi Bernon wrote:
Any reason for having that flag? Could we just call `p_eglSwapInterval(egl_display, ctx->draw->swap_interval);` withing the `if (refresh)`?
The idea was to avoid an unnecessary `eglSwapInterval` call, but it's an inconsequential optimization, so I have removed the flag.