diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-09 22:07:52 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-09 22:07:52 +0200 |
commit | 3ba1dbda98fcf221eb92d241b753ccdef9eb2a08 (patch) | |
tree | 12043c848fd0b644c41ffc15834b95f4ac871e28 /include/egl.h | |
parent | a849d2cdadbc0460cf62ddbd790c982f46143198 (diff) |
Fix screen and portal capture not working on some intel gpus
Diffstat (limited to 'include/egl.h')
-rw-r--r-- | include/egl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/egl.h b/include/egl.h index 8e7496c..0b6a034 100644 --- a/include/egl.h +++ b/include/egl.h @@ -141,8 +141,6 @@ typedef void(*__GLXextFuncPtr)(void); #define GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS 0x90EB #define GL_TEXTURE0 0x84C0 #define GL_TEXTURE1 0x84C1 -#define GL_CLAMP_TO_BORDER 0x812D -#define GL_TEXTURE_BORDER_COLOR 0x1004 #define GL_SHADER_IMAGE_ACCESS_BARRIER_BIT 0x00000020 #define GL_ALL_BARRIER_BITS 0xFFFFFFFF |