aboutsummaryrefslogtreecommitdiff
path: root/window_texture.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-19 19:46:15 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-19 19:46:15 +0200
commit3f9bf43a4accc2e90390a348b67b6748f3a90cce (patch)
treeab827a49eb320512430b2dae537a3cb69228edce /window_texture.h
parenta3cc09dc7c551214211c0f184e4207f595788e76 (diff)
Add define to use glEGLImageTargetTexture2DOES
Diffstat (limited to 'window_texture.h')
-rw-r--r--window_texture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/window_texture.h b/window_texture.h
index 7d3f899..2cf46fb 100644
--- a/window_texture.h
+++ b/window_texture.h
@@ -6,6 +6,7 @@ extern "C" {
#endif
#define EGL_EGLEXT_PROTOTYPES
+#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>