diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-30 15:17:37 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-30 15:17:37 +0200 |
commit | 3b617ddc53edec727f2794248e2b3eec667898fe (patch) | |
tree | 44bdb9e1d0c4473b9b20214ab22a63cec829f04c /include/egl.h | |
parent | ec0411c248da407ee951993a7bd715ba7754fb1b (diff) |
Cleanup
Diffstat (limited to 'include/egl.h')
-rw-r--r-- | include/egl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/egl.h b/include/egl.h index 859f8e3..730502f 100644 --- a/include/egl.h +++ b/include/egl.h @@ -143,6 +143,8 @@ typedef void(*__GLXextFuncPtr)(void); #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 #define GL_VENDOR 0x1F00 #define GL_RENDERER 0x1F01 |