diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-06 13:28:35 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-06 13:28:35 +0200 |
commit | 2682df9e0fd84b69bb232c6457161d274b394052 (patch) | |
tree | 861fc8352ce07f1b1a6fb7be1a3e66b84d89c88b /include/egl.h | |
parent | 111432f7dd83f1212f622c1979119f83025814f3 (diff) |
Portal: fix external texture
Diffstat (limited to 'include/egl.h')
-rw-r--r-- | include/egl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/egl.h b/include/egl.h index e54f23d..d9d555a 100644 --- a/include/egl.h +++ b/include/egl.h @@ -114,7 +114,6 @@ typedef void(*__GLXextFuncPtr)(void); #define GL_TEXTURE_MIN_FILTER 0x2801 #define GL_TEXTURE_WIDTH 0x1000 #define GL_TEXTURE_HEIGHT 0x1001 -#define GL_TEXTURE_INTERNAL_FORMAT 0x1003 #define GL_NEAREST 0x2600 #define GL_CLAMP_TO_EDGE 0x812F #define GL_LINEAR 0x2601 |