aboutsummaryrefslogtreecommitdiff
path: root/src/egl.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-09-06 13:27:51 +0200
committerdec05eba <dec05eba@protonmail.com>2024-09-06 13:27:51 +0200
commit111432f7dd83f1212f622c1979119f83025814f3 (patch)
tree6803503f6a53e46d1cb3d04a1d3b6e0ac9f8e3e3 /src/egl.c
parent0f289b58bbd4a81f1d0288e89b5fef70719141a2 (diff)
Revert "Portal: fix external texture glitches"
This reverts commit 0f289b58bbd4a81f1d0288e89b5fef70719141a2.
Diffstat (limited to 'src/egl.c')
-rw-r--r--src/egl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl.c b/src/egl.c
index a1f23eb..d97ff0f 100644
--- a/src/egl.c
+++ b/src/egl.c
@@ -445,7 +445,6 @@ 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" },