summaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.c b/common.c
index a28cb09..7c59632 100644
--- a/common.c
+++ b/common.c
@@ -71,6 +71,9 @@ int init_egl(struct egl *egl, const struct gbm *gbm)
} while (0)
get_proc(eglGetPlatformDisplayEXT);
+ get_proc(eglCreateImageKHR);
+ get_proc(eglDestroyImageKHR);
+ get_proc(glEGLImageTargetTexture2DOES);
if (egl->eglGetPlatformDisplayEXT) {
egl->display = egl->eglGetPlatformDisplayEXT(EGL_PLATFORM_GBM_KHR,