aboutsummaryrefslogtreecommitdiff
path: root/src/egl.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-21 15:11:13 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-21 16:17:22 +0200
commit8cd0ae0162221bf39729734070918dec97cfc824 (patch)
tree035dc30863965bfa4ab1cc1c5edcf2aab22bfbd3 /src/egl.c
parentde019711d19f566aee16dd083aba297b28e0854b (diff)
vfr on wayland (even on nvidia), add uninstall script
Diffstat (limited to 'src/egl.c')
-rw-r--r--src/egl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl.c b/src/egl.c
index 482b3df..ad51c4c 100644
--- a/src/egl.c
+++ b/src/egl.c
@@ -249,7 +249,7 @@ static bool gsr_egl_create_window(gsr_egl *self, bool wayland) {
}
}
- self->eglBindAPI(EGL_OPENGL_ES_API);
+ self->eglBindAPI(EGL_OPENGL_ES2_BIT);
self->egl_display = self->eglGetDisplay(self->wayland.dpy ? (EGLNativeDisplayType)self->wayland.dpy : (EGLNativeDisplayType)self->x11.dpy);
if(!self->egl_display) {