From 111432f7dd83f1212f622c1979119f83025814f3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 6 Sep 2024 13:27:51 +0200 Subject: Revert "Portal: fix external texture glitches" This reverts commit 0f289b58bbd4a81f1d0288e89b5fef70719141a2. --- include/egl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/egl.h b/include/egl.h index f7f7209..e54f23d 100644 --- a/include/egl.h +++ b/include/egl.h @@ -266,7 +266,6 @@ struct gsr_egl { void (*glTexParameteriv)(unsigned int target, unsigned int pname, const int *params); void (*glGetTexLevelParameteriv)(unsigned int target, int level, unsigned int pname, int *params); void (*glTexImage2D)(unsigned int target, int level, int internalFormat, int width, int height, int border, unsigned int format, unsigned int type, const void *pixels); - void (*glCopyImageSubData)(unsigned int srcName, unsigned int srcTarget, int srcLevel, int srcX, int srcY, int srcZ, unsigned int dstName, unsigned int dstTarget, int dstLevel, int dstX, int dstY, int dstZ, int srcWidth, int srcHeight, int srcDepth); void (*glGetTexImage)(unsigned int target, int level, unsigned int format, unsigned int type, void *pixels); void (*glGenFramebuffers)(int n, unsigned int *framebuffers); void (*glBindFramebuffer)(unsigned int target, unsigned int framebuffer); -- cgit v1.2.3