Revert "Portal: fix external texture glitches"

This reverts commit 0f289b58bb.
This commit is contained in:
dec05eba
2024-09-06 13:27:51 +02:00
parent 0f289b58bb
commit 111432f7dd
3 changed files with 1 additions and 34 deletions

View File

@@ -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" },