Create egl3 context

This commit is contained in:
dec05eba
2025-06-16 22:23:26 +02:00
parent bc58e382b7
commit 0cf0a9abf5
2 changed files with 2 additions and 1 deletions

View File

@@ -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
};