desktop gl

This commit is contained in:
Rakarake 2025-12-19 13:32:04 +01:00
parent 75f2150d96
commit 6093413aa5

View file

@ -124,6 +124,9 @@ static void egl_init(struct client_state *state) {
break;
}
// Desktop GL?
eglBindAPI(EGL_OPENGL_API);
state->egl_context =
eglCreateContext(state->egl_display,
state->egl_config,