EGL_OPENGL_ES_BIT->EGL_OPENGL_ES2_BIT

This commit is contained in:
dec05eba
2025-06-16 20:57:59 +02:00
parent 630c504241
commit bc58e382b7
5 changed files with 6 additions and 3 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_ES_BIT,
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
EGL_NONE, EGL_NONE
};