aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-16 22:23:26 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-16 22:23:26 +0200
commit0cf0a9abf5b2f691eeb0999bdd6a2df098f09b14 (patch)
treeed449c5ca36a98d4a5ae5cabb2ad7d574534b69a /src
parentbc58e382b7182497d1cfc08e1a158d1ecd5ef4cd (diff)
Create egl3 context
Diffstat (limited to 'src')
-rw-r--r--src/egl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl.c b/src/egl.c
index d2d90e8..bcb1663 100644
--- a/src/egl.c
+++ b/src/egl.c
@@ -35,7 +35,7 @@ static bool gsr_egl_create_window(gsr_egl *self) {
const int32_t attr[] = {
EGL_BUFFER_SIZE, 24,
- EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
+ EGL_RENDERABLE_TYPE, EGL_OPENGL_ES3_BIT,
EGL_NONE, EGL_NONE
};