aboutsummaryrefslogtreecommitdiff
path: root/src/egl.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-09-06 13:17:17 +0200
committerdec05eba <dec05eba@protonmail.com>2024-09-06 13:17:17 +0200
commit0f289b58bbd4a81f1d0288e89b5fef70719141a2 (patch)
tree59f5515c1f67f71f2cd269ea2c969c82ae2f037a /src/egl.c
parentf756d5a0a72602a8f3d220a800fdfac20303d66a (diff)
Portal: fix external texture glitches
Diffstat (limited to 'src/egl.c')
-rw-r--r--src/egl.c1
1 files changed, 1 insertions, 0 deletions
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" },