diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-07-21 15:11:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-07-21 16:17:22 +0200 |
commit | 8cd0ae0162221bf39729734070918dec97cfc824 (patch) | |
tree | 035dc30863965bfa4ab1cc1c5edcf2aab22bfbd3 /src/egl.c | |
parent | de019711d19f566aee16dd083aba297b28e0854b (diff) |
vfr on wayland (even on nvidia), add uninstall script
Diffstat (limited to 'src/egl.c')
-rw-r--r-- | src/egl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |