From 0f289b58bbd4a81f1d0288e89b5fef70719141a2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 6 Sep 2024 13:17:17 +0200 Subject: Portal: fix external texture glitches --- src/egl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/egl.c') diff --git a/src/egl.c b/src/egl.c index d97ff0f..a1f23eb 100644 --- a/src/egl.c +++ b/src/egl.c @@ -445,6 +445,7 @@ static bool gsr_egl_load_gl(gsr_egl *self, void *library) { { (void**)&self->glTexParameteriv, "glTexParameteriv" }, { (void**)&self->glGetTexLevelParameteriv, "glGetTexLevelParameteriv" }, { (void**)&self->glTexImage2D, "glTexImage2D" }, + { (void**)&self->glCopyImageSubData, "glCopyImageSubData" }, { (void**)&self->glGetTexImage, "glGetTexImage" }, { (void**)&self->glGenFramebuffers, "glGenFramebuffers" }, { (void**)&self->glBindFramebuffer, "glBindFramebuffer" }, -- cgit v1.2.3