From 88ab64127e03c4bbe89f80804d5eda008dfb0990 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 14 Aug 2025 18:17:53 +0200 Subject: [PATCH] EGL context version 3 --- src/egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl.c b/src/egl.c index faba18d..7f742d2 100644 --- a/src/egl.c +++ b/src/egl.c @@ -40,7 +40,7 @@ static bool gsr_egl_create_window(gsr_egl *self, bool enable_debug) { }; int32_t ctxattr[] = { - EGL_CONTEXT_CLIENT_VERSION, 2, + EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE, EGL_NONE, EGL_NONE };